Html Css Color HEX #64DFCC Downy

📋 copy color: '#64DFCC'

red 100 ◦ green 223 ◦ blue 204

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

Shades of Downy #64DFCC

Tints of Downy #64DFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.31%

 BLUE value IS 204 (80.08% from 255) = 38.71%

R = 18.98%
G = 42.31%
B = 38.71%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#64DFCC (or 0x64DFCC) is known color: Downy. HEX triplet: 64, DF and CC. RGB value is (100,223,204). Sum of RGB (Red+Green+Blue) = 100+223+204=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DFCC is #9B2033. Grayscale: #B8B8B8. Windows color (decimal): -10166324 or 13426532. OLE color: 13426532.

HSL color Cylindrical-coordinate representation of color #64DFCC: hue angle of 170.73º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DFCC is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 223 204 -
CMYK 0.55 0 0.09 0.13
HSL 170.73º 0.66% 0.63% -
HSV(B) 170.73º 0.55% 0.87% -
XYZ 42.54 59.84 66.44 -
YUV 184.06 139.25 68.04 -
System Red Green Blue C M Y K H S L
Decimal 100 223 204 0.55 0 0.09 0.13 170.73 0.66 0.63
Hex 64 DF CC 37 0 9 D AB 42 3F
Octal 144 337 314 67 0 11 15 253 102 77
Binary 1100100 11011111 11001100 110111 0 1001 1101 10101011 1000010 111111

Color Harmonies of #64DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DFCC

Black with #64DFCC

Text Example


Text Example

White with #64DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,223,204); }

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

background-color css

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

 a { background-color: rgb(100,223,204); }

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

border-color css

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

 span { border-color: rgb(100,223,204); }

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