#66BFCB

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

Shades of Seagull #66BFCB

Tints of Seagull #66BFCB

Color information

#66BFCB (or 0x66BFCB) is unknown color: approx Seagull. HEX triplet: 66, BF and CB. RGB value is (102,191,203). Sum of RGB (Red+Green+Blue) = 102+191+203=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #66BFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BFCB is #994034. Grayscale: #A5A5A5. Windows color (decimal): -10043445 or 13352806. OLE color: 13352806.

HSL color Cylindrical-coordinate representation of color #66BFCB: hue angle of 187.13º 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 #66BFCB is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB102191203-
CMYK0.500.0600.20
HSL187.13º49.27%59.8%-
HSV(B)187.13º49.75%79.61%-
XYZ34.8944.463.23-
YUV165.76149.0182.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.56%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 203 (79.69% from 255) = 40.93%
R=20.56%
G=38.51%
B=40.93%

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
Decimal1021912030.500.0600.20187.1349.2759.8
Hex66BFCB326014bb313c
Octal1462773136260242736174
Binary1100110101111111100101111001011001010010111011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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