Html Css Color HEX #66DACE Downy

📋 copy color: '#66DACE'

red 102 ◦ green 218 ◦ blue 206

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

Shades of Downy #66DACE

Tints of Downy #66DACE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.44%

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 19.39%
G = 41.44%
B = 39.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#66DACE (or 0x66DACE) is known color: Downy. HEX triplet: 66, DA and CE. RGB value is (102,218,206). Sum of RGB (Red+Green+Blue) = 102+218+206=526 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.39% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #66DACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DACE is #992531. Grayscale: #B5B5B5. Windows color (decimal): -10036530 or 13556326. OLE color: 13556326.

HSL color Cylindrical-coordinate representation of color #66DACE: hue angle of 173.79º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DACE is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 218 206 -
CMYK 0.53 0 0.06 0.15
HSL 173.79º 0.61% 0.63% -
HSV(B) 173.79º 0.53% 0.85% -
XYZ 41.69 57.42 67.28 -
YUV 181.95 141.57 70.98 -
System Red Green Blue C M Y K H S L
Decimal 102 218 206 0.53 0 0.06 0.15 173.79 0.61 0.63
Hex 66 DA CE 35 0 6 F AE 3D 3F
Octal 146 332 316 65 0 6 17 256 75 77
Binary 1100110 11011010 11001110 110101 0 110 1111 10101110 111101 111111

Color Harmonies of #66DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DACE

Black with #66DACE

Text Example


Text Example

White with #66DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,218,206); }

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

background-color css

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

 a { background-color: rgb(102,218,206); }

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

border-color css

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

 span { border-color: rgb(102,218,206); }

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