Html Css Color HEX #66CCCE Downy

📋 copy color: '#66CCCE'

red 102 ◦ green 204 ◦ blue 206

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

Shades of Downy #66CCCE

Tints of Downy #66CCCE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.84%

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

R = 19.92%
G = 39.84%
B = 40.23%

CMYK

 C value IS 0.50

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#66CCCE (or 0x66CCCE) is known color: Downy. HEX triplet: 66, CC and CE. RGB value is (102,204,206). Sum of RGB (Red+Green+Blue) = 102+204+206=512 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.92% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #66CCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CCCE is #993331. Grayscale: #ADADAD. Windows color (decimal): -10040114 or 13552742. OLE color: 13552742.

HSL color Cylindrical-coordinate representation of color #66CCCE: hue angle of 181.15º 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 #66CCCE is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 204 206 -
CMYK 0.50 0.01 0 0.19
HSL 181.15º 0.51% 0.6% -
HSV(B) 181.15º 0.5% 0.81% -
XYZ 38.21 50.47 66.12 -
YUV 173.73 146.21 76.84 -
System Red Green Blue C M Y K H S L
Decimal 102 204 206 0.50 0.01 0 0.19 181.15 0.51 0.6
Hex 66 CC CE 32 1 0 13 B5 33 3C
Octal 146 314 316 62 1 0 23 265 63 74
Binary 1100110 11001100 11001110 110010 1 0 10011 10110101 110011 111100

Color Harmonies of #66CCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CCCE

Black with #66CCCE

Text Example


Text Example

White with #66CCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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