Html Css Color HEX #66CDCE Downy

📋 copy color: '#66CDCE'

red 102 ◦ green 205 ◦ blue 206

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

Shades of Downy #66CDCE

Tints of Downy #66CDCE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.96%

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

R = 19.88%
G = 39.96%
B = 40.16%

CMYK

 C value IS 0.50

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#66CDCE (or 0x66CDCE) is known color: Downy. HEX triplet: 66, CD and CE. RGB value is (102,205,206). Sum of RGB (Red+Green+Blue) = 102+205+206=513 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.88% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #66CDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CDCE is #993231. Grayscale: #AEAEAE. Windows color (decimal): -10039858 or 13552998. OLE color: 13552998.

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

Color convert

RGB 102 205 206 -
CMYK 0.50 0.00 0 0.19
HSL 180.58º 0.51% 0.6% -
HSV(B) 180.58º 0.5% 0.81% -
XYZ 38.45 50.94 66.2 -
YUV 174.32 145.88 76.42 -
System Red Green Blue C M Y K H S L
Decimal 102 205 206 0.50 0.00 0 0.19 180.58 0.51 0.6
Hex 66 CD CE 32 0 0 13 B5 33 3C
Octal 146 315 316 62 0 0 23 265 63 74
Binary 1100110 11001101 11001110 110010 0 0 10011 10110101 110011 111100

Color Harmonies of #66CDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CDCE

Black with #66CDCE

Text Example


Text Example

White with #66CDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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