Html Css Color HEX #64CACD Downy

📋 copy color: '#64CACD'

red 100 ◦ green 202 ◦ blue 205

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

Shades of Downy #64CACD

Tints of Downy #64CACD

RGB

 RED value IS 100 (39.45% from 255) = 19.72%

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

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

R = 19.72%
G = 39.84%
B = 40.43%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#64CACD (or 0x64CACD) is known color: Downy. HEX triplet: 64, CA and CD. RGB value is (100,202,205). Sum of RGB (Red+Green+Blue) = 100+202+205=507 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.72% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #64CACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CACD is #9B3532. Grayscale: #ABABAB. Windows color (decimal): -10171699 or 13486692. OLE color: 13486692.

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

Color convert

RGB 100 202 205 -
CMYK 0.51 0.01 0 0.20
HSL 181.71º 0.51% 0.6% -
HSV(B) 181.71º 0.51% 0.8% -
XYZ 37.4 49.36 65.31 -
YUV 171.84 146.71 76.76 -
System Red Green Blue C M Y K H S L
Decimal 100 202 205 0.51 0.01 0 0.20 181.71 0.51 0.6
Hex 64 CA CD 33 1 0 14 B6 33 3C
Octal 144 312 315 63 1 0 24 266 63 74
Binary 1100100 11001010 11001101 110011 1 0 10100 10110110 110011 111100

Color Harmonies of #64CACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CACD

Black with #64CACD

Text Example


Text Example

White with #64CACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64CACD; }

 p { color: rgb(100,202,205); }

 H1.HeaderClassName
 {
   color: #64CACD;
 }
 .AnyTagClassName
 {
   color: #64CACD;
 }
</style>

background-color css

<style>
 a { background-color: #64CACD; }

 a { background-color: rgb(100,202,205); }

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

border-color css

<style>
 span { border-color: #64CACD; }

 span { border-color: rgb(100,202,205); }

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