Html Css Color HEX #64D1CC Downy

📋 copy color: '#64D1CC'

red 100 ◦ green 209 ◦ blue 204

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

Shades of Downy #64D1CC

Tints of Downy #64D1CC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.74%

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

R = 19.49%
G = 40.74%
B = 39.77%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#64D1CC (or 0x64D1CC) is known color: Downy. HEX triplet: 64, D1 and CC. RGB value is (100,209,204). Sum of RGB (Red+Green+Blue) = 100+209+204=513 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.49% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 209 - color contains mainly: green. Hex color #64D1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D1CC is #9B2E33. Grayscale: #AFAFAF. Windows color (decimal): -10169908 or 13422948. OLE color: 13422948.

HSL color Cylindrical-coordinate representation of color #64D1CC: hue angle of 177.25º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D1CC is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 209 204 -
CMYK 0.52 0 0.02 0.18
HSL 177.25º 0.54% 0.61% -
HSV(B) 177.25º 0.52% 0.82% -
XYZ 38.96 52.67 65.24 -
YUV 175.84 143.89 73.91 -
System Red Green Blue C M Y K H S L
Decimal 100 209 204 0.52 0 0.02 0.18 177.25 0.54 0.61
Hex 64 D1 CC 34 0 2 12 B1 36 3D
Octal 144 321 314 64 0 2 22 261 66 75
Binary 1100100 11010001 11001100 110100 0 10 10010 10110001 110110 111101

Color Harmonies of #64D1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D1CC

Black with #64D1CC

Text Example


Text Example

White with #64D1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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