Html Css Color HEX #64C5DC Malibu

📋 copy color: '#64C5DC'

red 100 ◦ green 197 ◦ blue 220

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

Shades of Malibu #64C5DC

Tints of Malibu #64C5DC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.1%

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

R = 19.34%
G = 38.1%
B = 42.55%

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

#64C5DC (or 0x64C5DC) is known color: Malibu. HEX triplet: 64, C5 and DC. RGB value is (100,197,220). Sum of RGB (Red+Green+Blue) = 100+197+220=517 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.34% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #64C5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C5DC is #9B3A23. Grayscale: #AAAAAA. Windows color (decimal): -10172964 or 14468452. OLE color: 14468452.

HSL color Cylindrical-coordinate representation of color #64C5DC: hue angle of 191.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 #64C5DC is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 197 220 -
CMYK 0.55 0.10 0 0.14
HSL 191.5º 0.63% 0.63% -
HSV(B) 191.5º 0.55% 0.86% -
XYZ 38.14 47.81 74.93 -
YUV 170.62 155.86 77.63 -
System Red Green Blue C M Y K H S L
Decimal 100 197 220 0.55 0.10 0 0.14 191.5 0.63 0.63
Hex 64 C5 DC 37 A 0 E C0 3F 3F
Octal 144 305 334 67 12 0 16 300 77 77
Binary 1100100 11000101 11011100 110111 1010 0 1110 11000000 111111 111111

Color Harmonies of #64C5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C5DC

Black with #64C5DC

Text Example


Text Example

White with #64C5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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