#65BECE

Color #65BECE Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #65BECE

Tints of Seagull #65BECE

Color information

#65BECE (or 0x65BECE) is unknown color: approx Seagull. HEX triplet: 65, BE and CE. RGB value is (101,190,206). Sum of RGB (Red+Green+Blue) = 101+190+206=497 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.32% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #65BECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BECE is #9A4131. Grayscale: #A5A5A5. Windows color (decimal): -10109234 or 13549157. OLE color: 13549157.

HSL color Cylindrical-coordinate representation of color #65BECE: hue angle of 189.14º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65BECE is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB101190206-
CMYK0.510.0800.19
HSL189.14º51.72%60.2%-
HSV(B)189.14º50.97%80.78%-
XYZ34.9244.0565.05-
YUV165.21151.0182.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 20.32%
GREEN value IS 190 (74.61% from 255) = 38.23%
BLUE value IS 206 (80.86% from 255) = 41.45%
R=20.32%
G=38.23%
B=41.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1011902060.510.0800.19189.1451.7260.2
Hex65BECE338013bd343c
Octal14527631663100232756474
Binary11001011011111011001110110011100001001110111101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65BECE; }

 p { color: rgb(101,190,206); }

 H1.HeaderClassName
 {
   color: #65BECE;
 }
 .AnyTagClassName
 {
   color: #65BECE;
 }
</style>
background-color css

<style>
 a { background-color: #65BECE; }

 a { background-color: rgb(101,190,206); }

 div.DivClassName
 {
   background-color: #65BECE;
 }
 .BgClassName
 {
   background-color: #65BECE;
 }
</style>
border-color css

<style>
 span { border-color: #65BECE; }

 span { border-color: rgb(101,190,206); }

 td.TdClassName
 {
   border-color: #65BECE;
 }
 .TagClassName
 {
   border-color: #65BECE;
 }
</style>