Html Css Color HEX #64CACE Downy

📋 copy color: '#64CACE'

red 100 ◦ green 202 ◦ blue 206

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

Shades of Downy #64CACE

Tints of Downy #64CACE

RGB

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

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

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

R = 19.69%
G = 39.76%
B = 40.55%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#64CACE (or 0x64CACE) is known color: Downy. HEX triplet: 64, CA and CE. RGB value is (100,202,206). Sum of RGB (Red+Green+Blue) = 100+202+206=508 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.69% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #64CACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CACE is #9B3531. Grayscale: #ABABAB. Windows color (decimal): -10171698 or 13552228. OLE color: 13552228.

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

Color convert

RGB 100 202 206 -
CMYK 0.51 0.02 0 0.19
HSL 182.26º 0.52% 0.6% -
HSV(B) 182.26º 0.51% 0.81% -
XYZ 37.52 49.41 65.95 -
YUV 171.96 147.21 76.67 -
System Red Green Blue C M Y K H S L
Decimal 100 202 206 0.51 0.02 0 0.19 182.26 0.52 0.6
Hex 64 CA CE 33 2 0 13 B6 34 3C
Octal 144 312 316 63 2 0 23 266 64 74
Binary 1100100 11001010 11001110 110011 10 0 10011 10110110 110100 111100

Color Harmonies of #64CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CACE

Black with #64CACE

Text Example


Text Example

White with #64CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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