#66AECD

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

Shades of Seagull #66AECD

Tints of Seagull #66AECD

Color information

#66AECD (or 0x66AECD) is unknown color: approx Seagull. HEX triplet: 66, AE and CD. RGB value is (102,174,205). Sum of RGB (Red+Green+Blue) = 102+174+205=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #66AECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AECD is #995132. Grayscale: #9B9B9B. Windows color (decimal): -10047795 or 13479526. OLE color: 13479526.

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

Color convert

RGB102174205-
CMYK0.500.1500.20
HSL198.06º50.74%60.2%-
HSV(B)198.06º50.24%80.39%-
XYZ31.6337.563.33-
YUV156.01155.6589.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.21%
GREEN value IS 174 (68.36% from 255) = 36.17%
BLUE value IS 205 (80.47% from 255) = 42.62%
R=21.21%
G=36.17%
B=42.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021742050.500.1500.20198.0650.7460.2
Hex66AECD32F014c6333c
Octal14625631562170243066374
Binary11001101010111011001101110010111101010011000110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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