#66BECF

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

Shades of Seagull #66BECF

Tints of Seagull #66BECF

Color information

#66BECF (or 0x66BECF) is unknown color: approx Seagull. HEX triplet: 66, BE and CF. RGB value is (102,190,207). Sum of RGB (Red+Green+Blue) = 102+190+207=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #66BECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BECF is #994130. Grayscale: #A5A5A5. Windows color (decimal): -10043697 or 13614694. OLE color: 13614694.

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

Color convert

RGB102190207-
CMYK0.510.0800.19
HSL189.71º52.24%60.59%-
HSV(B)189.71º50.72%81.18%-
XYZ35.1644.1665.7-
YUV165.63151.3582.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.44%
GREEN value IS 190 (74.61% from 255) = 38.08%
BLUE value IS 207 (81.25% from 255) = 41.48%
R=20.44%
G=38.08%
B=41.48%

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
Decimal1021902070.510.0800.19189.7152.2460.59
Hex66BECF338013be343d
Octal14627631763100232766475
Binary11001101011111011001111110011100001001110111110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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