Html Css Color HEX #66DBCC Downy

📋 copy color: '#66DBCC'

red 102 ◦ green 219 ◦ blue 204

#66DBCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #66DBCC

Tints of Downy #66DBCC

RGB

 RED value IS 102 (40.23% from 255) = 19.43%

 GREEN value IS 219 (85.94% from 255) = 41.71%

 BLUE value IS 204 (80.08% from 255) = 38.86%

R = 19.43%
G = 41.71%
B = 38.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#66DBCC (or 0x66DBCC) is known color: Downy. HEX triplet: 66, DB and CC. RGB value is (102,219,204). Sum of RGB (Red+Green+Blue) = 102+219+204=525 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.43% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #66DBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DBCC is #992433. Grayscale: #B6B6B6. Windows color (decimal): -10036276 or 13425510. OLE color: 13425510.

HSL color Cylindrical-coordinate representation of color #66DBCC: hue angle of 172.31º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DBCC is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 219 204 -
CMYK 0.53 0 0.07 0.14
HSL 172.31º 0.62% 0.63% -
HSV(B) 172.31º 0.53% 0.86% -
XYZ 41.71 57.85 66.09 -
YUV 182.31 140.24 70.72 -
System Red Green Blue C M Y K H S L
Decimal 102 219 204 0.53 0 0.07 0.14 172.31 0.62 0.63
Hex 66 DB CC 35 0 7 E AC 3E 3F
Octal 146 333 314 65 0 7 16 254 76 77
Binary 1100110 11011011 11001100 110101 0 111 1110 10101100 111110 111111

Color Harmonies of #66DBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DBCC

Black with #66DBCC

Text Example


Text Example

White with #66DBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,219,204); }

 H1.HeaderClassName
 {
   color: #66DBCC;
 }
 .AnyTagClassName
 {
   color: #66DBCC;
 }
</style>

background-color css

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

 a { background-color: rgb(102,219,204); }

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

border-color css

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

 span { border-color: rgb(102,219,204); }

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