#66bed2

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

Shades of Seagull #66BED2

Tints of Seagull #66BED2

Color information

#66BED2 (or 0x66BED2) is unknown color: approx Seagull. HEX triplet: 66, BE and D2. RGB value is (102,190,210). Sum of RGB (Red+Green+Blue) = 102+190+210=502 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.32% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 210 - color contains mainly: blue. Hex color #66BED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BED2 is #99412D. Grayscale: #A5A5A5. Windows color (decimal): -10043694 or 13811302. OLE color: 13811302.

HSL color Cylindrical-coordinate representation of color #66BED2: hue angle of 191.11º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66BED2 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB102190210-
CMYK0.510.1000.18
HSL191.11º54.55%61.18%-
HSV(B)191.11º51.43%82.35%-
XYZ35.5344.367.65-
YUV165.97152.8582.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.32%
GREEN value IS 190 (74.61% from 255) = 37.85%
BLUE value IS 210 (82.42% from 255) = 41.83%
R=20.32%
G=37.85%
B=41.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1021902100.510.1000.18191.1154.5561.18
Hex66BED233A012bf373d
Octal14627632263120222776775
Binary11001101011111011010010110011101001001010111111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66bed2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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