#66ADCA

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

Shades of Seagull #66ADCA

Tints of Seagull #66ADCA

Color information

#66ADCA (or 0x66ADCA) is unknown color: approx Seagull. HEX triplet: 66, AD and CA. RGB value is (102,173,202). Sum of RGB (Red+Green+Blue) = 102+173+202=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #66ADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ADCA is #995235. Grayscale: #9A9A9A. Windows color (decimal): -10048054 or 13282662. OLE color: 13282662.

HSL color Cylindrical-coordinate representation of color #66ADCA: hue angle of 197.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66ADCA is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB102173202-
CMYK0.500.1400.21
HSL197.4º48.54%59.61%-
HSV(B)197.4º49.5%79.22%-
XYZ31.0836.9861.38-
YUV155.08154.4890.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.38%
GREEN value IS 173 (67.97% from 255) = 36.27%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=21.38%
G=36.27%
B=42.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1021732020.500.1400.21197.448.5459.61
Hex66ADCA32E015c5313c
Octal14625531262160253056174
Binary11001101010110111001010110010111001010111000101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,173,202); }

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

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

 a { background-color: rgb(102,173,202); }

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

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

 span { border-color: rgb(102,173,202); }

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