Html Css Color HEX #64DACE Downy

📋 copy color: '#64DACE'

red 100 ◦ green 218 ◦ blue 206

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

Shades of Downy #64DACE

Tints of Downy #64DACE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.6%

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

R = 19.08%
G = 41.6%
B = 39.31%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#64DACE (or 0x64DACE) is known color: Downy. HEX triplet: 64, DA and CE. RGB value is (100,218,206). Sum of RGB (Red+Green+Blue) = 100+218+206=524 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.08% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #64DACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DACE is #9B2531. Grayscale: #B5B5B5. Windows color (decimal): -10167602 or 13556324. OLE color: 13556324.

HSL color Cylindrical-coordinate representation of color #64DACE: hue angle of 173.9º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DACE is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 218 206 -
CMYK 0.54 0 0.06 0.15
HSL 173.9º 0.61% 0.62% -
HSV(B) 173.9º 0.54% 0.85% -
XYZ 41.47 57.31 67.27 -
YUV 181.35 141.91 69.98 -
System Red Green Blue C M Y K H S L
Decimal 100 218 206 0.54 0 0.06 0.15 173.9 0.61 0.62
Hex 64 DA CE 36 0 6 F AE 3D 3E
Octal 144 332 316 66 0 6 17 256 75 76
Binary 1100100 11011010 11001110 110110 0 110 1111 10101110 111101 111110

Color Harmonies of #64DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DACE

Black with #64DACE

Text Example


Text Example

White with #64DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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