#66BFC9

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

Shades of Seagull #66BFC9

Tints of Seagull #66BFC9

Color information

#66BFC9 (or 0x66BFC9) is unknown color: approx Seagull. HEX triplet: 66, BF and C9. RGB value is (102,191,201). Sum of RGB (Red+Green+Blue) = 102+191+201=494 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.65% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 201 - color contains mainly: blue. Hex color #66BFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BFC9 is #994036. Grayscale: #A5A5A5. Windows color (decimal): -10043447 or 13221734. OLE color: 13221734.

HSL color Cylindrical-coordinate representation of color #66BFC9: hue angle of 186.06º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66BFC9 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB102191201-
CMYK0.490.0500.21
HSL186.06º47.83%59.41%-
HSV(B)186.06º49.25%78.82%-
XYZ34.6544.361.98-
YUV165.53148.0182.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.65%
GREEN value IS 191 (75% from 255) = 38.66%
BLUE value IS 201 (78.91% from 255) = 40.69%
R=20.65%
G=38.66%
B=40.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1021912010.490.0500.21186.0647.8359.41
Hex66BFC9315015ba303b
Octal1462773116150252726073
Binary1100110101111111100100111000110101010110111010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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