Html Css Color HEX #66CCCD Downy

📋 copy color: '#66CCCD'

red 102 ◦ green 204 ◦ blue 205

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

Shades of Downy #66CCCD

Tints of Downy #66CCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.12%

R = 19.96%
G = 39.92%
B = 40.12%

CMYK

 C value IS 0.50

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#66CCCD (or 0x66CCCD) is known color: Downy. HEX triplet: 66, CC and CD. RGB value is (102,204,205). Sum of RGB (Red+Green+Blue) = 102+204+205=511 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.96% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #66CCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CCCD is #993332. Grayscale: #ADADAD. Windows color (decimal): -10040115 or 13487206. OLE color: 13487206.

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

Color convert

RGB 102 204 205 -
CMYK 0.50 0.00 0 0.20
HSL 180.58º 0.51% 0.6% -
HSV(B) 180.58º 0.5% 0.8% -
XYZ 38.09 50.42 65.48 -
YUV 173.62 145.71 76.92 -
System Red Green Blue C M Y K H S L
Decimal 102 204 205 0.50 0.00 0 0.20 180.58 0.51 0.6
Hex 66 CC CD 32 0 0 14 B5 33 3C
Octal 146 314 315 62 0 0 24 265 63 74
Binary 1100110 11001100 11001101 110010 0 0 10100 10110101 110011 111100

Color Harmonies of #66CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CCCD

Black with #66CCCD

Text Example


Text Example

White with #66CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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