#66BECD

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

Shades of Seagull #66BECD

Tints of Seagull #66BECD

Color information

#66BECD (or 0x66BECD) is unknown color: approx Seagull. HEX triplet: 66, BE and CD. RGB value is (102,190,205). Sum of RGB (Red+Green+Blue) = 102+190+205=497 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.52% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #66BECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BECD is #994132. Grayscale: #A5A5A5. Windows color (decimal): -10043699 or 13483622. OLE color: 13483622.

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

Color convert

RGB102190205-
CMYK0.500.0700.20
HSL188.74º50.74%60.2%-
HSV(B)188.74º50.24%80.39%-
XYZ34.9144.0664.42-
YUV165.4150.3582.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.52%
GREEN value IS 190 (74.61% from 255) = 38.23%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=20.52%
G=38.23%
B=41.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021902050.500.0700.20188.7450.7460.2
Hex66BECD327014bd333c
Octal1462763156270242756374
Binary1100110101111101100110111001011101010010111101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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