Html Css Color HEX #64C7DC Malibu

📋 copy color: '#64C7DC'

red 100 ◦ green 199 ◦ blue 220

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

Shades of Malibu #64C7DC

Tints of Malibu #64C7DC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.34%

 BLUE value IS 220 (86.33% from 255) = 42.39%

R = 19.27%
G = 38.34%
B = 42.39%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#64C7DC (or 0x64C7DC) is known color: Malibu. HEX triplet: 64, C7 and DC. RGB value is (100,199,220). Sum of RGB (Red+Green+Blue) = 100+199+220=519 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.27% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #64C7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C7DC is #9B3823. Grayscale: #ABABAB. Windows color (decimal): -10172452 or 14468964. OLE color: 14468964.

HSL color Cylindrical-coordinate representation of color #64C7DC: hue angle of 190.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64C7DC is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 199 220 -
CMYK 0.55 0.10 0 0.14
HSL 190.5º 0.63% 0.63% -
HSV(B) 190.5º 0.55% 0.86% -
XYZ 38.6 48.72 75.08 -
YUV 171.79 155.2 76.79 -
System Red Green Blue C M Y K H S L
Decimal 100 199 220 0.55 0.10 0 0.14 190.5 0.63 0.63
Hex 64 C7 DC 37 A 0 E BE 3F 3F
Octal 144 307 334 67 12 0 16 276 77 77
Binary 1100100 11000111 11011100 110111 1010 0 1110 10111110 111111 111111

Color Harmonies of #64C7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C7DC

Black with #64C7DC

Text Example


Text Example

White with #64C7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,199,220); }

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

background-color css

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

 a { background-color: rgb(100,199,220); }

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

border-color css

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

 span { border-color: rgb(100,199,220); }

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