#66BECB

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

Shades of Seagull #66BECB

Tints of Seagull #66BECB

Color information

#66BECB (or 0x66BECB) is unknown color: approx Seagull. HEX triplet: 66, BE and CB. RGB value is (102,190,203). Sum of RGB (Red+Green+Blue) = 102+190+203=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #66BECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BECB is #994134. Grayscale: #A5A5A5. Windows color (decimal): -10043701 or 13352550. OLE color: 13352550.

HSL color Cylindrical-coordinate representation of color #66BECB: hue angle of 187.72º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66BECB is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB102190203-
CMYK0.500.0600.20
HSL187.72º49.27%59.8%-
HSV(B)187.72º49.75%79.61%-
XYZ34.6743.9663.16-
YUV165.17149.3582.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.61%
GREEN value IS 190 (74.61% from 255) = 38.38%
BLUE value IS 203 (79.69% from 255) = 41.01%
R=20.61%
G=38.38%
B=41.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021902030.500.0600.20187.7249.2759.8
Hex66BECB326014bc313c
Octal1462763136260242746174
Binary1100110101111101100101111001011001010010111100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66BECB; }

 p { color: rgb(102,190,203); }

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

<style>
 a { background-color: #66BECB; }

 a { background-color: rgb(102,190,203); }

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

<style>
 span { border-color: #66BECB; }

 span { border-color: rgb(102,190,203); }

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