Html Css Color HEX #66CACE Downy

📋 copy color: '#66CACE'

red 102 ◦ green 202 ◦ blue 206

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

Shades of Downy #66CACE

Tints of Downy #66CACE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.61%

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

R = 20%
G = 39.61%
B = 40.39%

CMYK

 C value IS 0.50

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#66CACE (or 0x66CACE) is known color: Downy. HEX triplet: 66, CA and CE. RGB value is (102,202,206). Sum of RGB (Red+Green+Blue) = 102+202+206=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #66CACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CACE is #993531. Grayscale: #ACACAC. Windows color (decimal): -10040626 or 13552230. OLE color: 13552230.

HSL color Cylindrical-coordinate representation of color #66CACE: hue angle of 182.31º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CACE is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 202 206 -
CMYK 0.50 0.02 0 0.19
HSL 182.31º 0.51% 0.6% -
HSV(B) 182.31º 0.5% 0.81% -
XYZ 37.74 49.52 65.96 -
YUV 172.56 146.87 77.67 -
System Red Green Blue C M Y K H S L
Decimal 102 202 206 0.50 0.02 0 0.19 182.31 0.51 0.6
Hex 66 CA CE 32 2 0 13 B6 33 3C
Octal 146 312 316 62 2 0 23 266 63 74
Binary 1100110 11001010 11001110 110010 10 0 10011 10110110 110011 111100

Color Harmonies of #66CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CACE

Black with #66CACE

Text Example


Text Example

White with #66CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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