#66C0D1

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

Shades of Seagull #66C0D1

Tints of Seagull #66C0D1

Color information

#66C0D1 (or 0x66C0D1) is unknown color: approx Seagull. HEX triplet: 66, C0 and D1. RGB value is (102,192,209). Sum of RGB (Red+Green+Blue) = 102+192+209=503 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.28% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 209 - color contains mainly: blue. Hex color #66C0D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C0D1 is #993F2E. Grayscale: #A6A6A6. Windows color (decimal): -10043183 or 13746278. OLE color: 13746278.

HSL color Cylindrical-coordinate representation of color #66C0D1: hue angle of 189.53º degrees, saturation: 0.54, 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 #66C0D1 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB102192209-
CMYK0.510.0800.18
HSL189.53º53.77%60.98%-
HSV(B)189.53º51.2%81.96%-
XYZ35.8445.1367.14-
YUV167.03151.6881.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.28%
GREEN value IS 192 (75.39% from 255) = 38.17%
BLUE value IS 209 (82.03% from 255) = 41.55%
R=20.28%
G=38.17%
B=41.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1021922090.510.0800.18189.5353.7760.98
Hex66C0D1338012be363d
Octal14630032163100222766675
Binary11001101100000011010001110011100001001010111110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,192,209); }

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

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

 a { background-color: rgb(102,192,209); }

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

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

 span { border-color: rgb(102,192,209); }

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