Html Css Color HEX #64C9CA Downy

📋 copy color: '#64C9CA'

red 100 ◦ green 201 ◦ blue 202

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

Shades of Downy #64C9CA

Tints of Downy #64C9CA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.96%

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 19.88%
G = 39.96%
B = 40.16%

CMYK

 C value IS 0.50

 M value IS 0.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#64C9CA (or 0x64C9CA) is known color: Downy. HEX triplet: 64, C9 and CA. RGB value is (100,201,202). Sum of RGB (Red+Green+Blue) = 100+201+202=503 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.88% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #64C9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C9CA is #9B3635. Grayscale: #AAAAAA. Windows color (decimal): -10171958 or 13289828. OLE color: 13289828.

HSL color Cylindrical-coordinate representation of color #64C9CA: hue angle of 180.59º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C9CA is Cyan = 0.50, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 201 202 -
CMYK 0.50 0.00 0 0.21
HSL 180.59º 0.49% 0.59% -
HSV(B) 180.59º 0.5% 0.79% -
XYZ 36.8 48.75 63.35 -
YUV 170.92 145.54 77.42 -
System Red Green Blue C M Y K H S L
Decimal 100 201 202 0.50 0.00 0 0.21 180.59 0.49 0.59
Hex 64 C9 CA 32 0 0 15 B5 31 3B
Octal 144 311 312 62 0 0 25 265 61 73
Binary 1100100 11001001 11001010 110010 0 0 10101 10110101 110001 111011

Color Harmonies of #64C9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C9CA

Black with #64C9CA

Text Example


Text Example

White with #64C9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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