#66C8D1

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

Shades of Spray #66C8D1

Tints of Spray #66C8D1

Color information

#66C8D1 (or 0x66C8D1) is unknown color: approx Spray. HEX triplet: 66, C8 and D1. RGB value is (102,200,209). Sum of RGB (Red+Green+Blue) = 102+200+209=511 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.96% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 209 - color contains mainly: blue. Hex color #66C8D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C8D1 is #99372E. Grayscale: #ABABAB. Windows color (decimal): -10041135 or 13748326. OLE color: 13748326.

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

Color convert

RGB102200209-
CMYK0.510.0400.18
HSL185.05º53.77%60.98%-
HSV(B)185.05º51.2%81.96%-
XYZ37.6448.7467.74-
YUV171.72149.0378.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.96%
GREEN value IS 200 (78.52% from 255) = 39.14%
BLUE value IS 209 (82.03% from 255) = 40.90%
R=19.96%
G=39.14%
B=40.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1022002090.510.0400.18185.0553.7760.98
Hex66C8D1334012b9363d
Octal1463103216340222716675
Binary1100110110010001101000111001110001001010111001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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