Html Css Color HEX #64B5DC Malibu

📋 copy color: '#64B5DC'

red 100 ◦ green 181 ◦ blue 220

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

Shades of Malibu #64B5DC

Tints of Malibu #64B5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.13%

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

R = 19.96%
G = 36.13%
B = 43.91%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#64B5DC (or 0x64B5DC) is known color: Malibu. HEX triplet: 64, B5 and DC. RGB value is (100,181,220). Sum of RGB (Red+Green+Blue) = 100+181+220=501 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.96% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #64B5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B5DC is #9B4A23. Grayscale: #A0A0A0. Windows color (decimal): -10177060 or 14464356. OLE color: 14464356.

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

Color convert

RGB 100 181 220 -
CMYK 0.55 0.18 0 0.14
HSL 199.5º 0.63% 0.63% -
HSV(B) 199.5º 0.55% 0.86% -
XYZ 34.7 40.92 73.78 -
YUV 161.23 161.16 84.33 -
System Red Green Blue C M Y K H S L
Decimal 100 181 220 0.55 0.18 0 0.14 199.5 0.63 0.63
Hex 64 B5 DC 37 12 0 E C8 3F 3F
Octal 144 265 334 67 22 0 16 310 77 77
Binary 1100100 10110101 11011100 110111 10010 0 1110 11001000 111111 111111

Color Harmonies of #64B5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B5DC

Black with #64B5DC

Text Example


Text Example

White with #64B5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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