Html Css Color HEX #64B4E8 Malibu

📋 copy color: '#64B4E8'

red 100 ◦ green 180 ◦ blue 232

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

Shades of Malibu #64B4E8

Tints of Malibu #64B4E8

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.16%

 BLUE value IS 232 (91.02% from 255) = 45.31%

R = 19.53%
G = 35.16%
B = 45.31%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#64B4E8 (or 0x64B4E8) is known color: Malibu. HEX triplet: 64, B4 and E8. RGB value is (100,180,232). Sum of RGB (Red+Green+Blue) = 100+180+232=512 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.53% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 232 (91.02% from 255 or 45.31% from 512); Max value from RGB is 232 - color contains mainly: blue. Hex color #64B4E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B4E8 is #9B4B17. Grayscale: #A1A1A1. Windows color (decimal): -10177304 or 15250532. OLE color: 15250532.

HSL color Cylindrical-coordinate representation of color #64B4E8: hue angle of 203.64º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64B4E8 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 100 180 232 -
CMYK 0.57 0.22 0 0.09
HSL 203.64º 0.74% 0.65% -
HSV(B) 203.64º 0.57% 0.91% -
XYZ 36.14 41.18 82.39 -
YUV 162.01 167.5 83.77 -
System Red Green Blue C M Y K H S L
Decimal 100 180 232 0.57 0.22 0 0.09 203.64 0.74 0.65
Hex 64 B4 E8 39 16 0 9 CC 4A 41
Octal 144 264 350 71 26 0 11 314 112 101
Binary 1100100 10110100 11101000 111001 10110 0 1001 11001100 1001010 1000001

Color Harmonies of #64B4E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B4E8

Black with #64B4E8

Text Example


Text Example

White with #64B4E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,180,232); }

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

background-color css

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

 a { background-color: rgb(100,180,232); }

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

border-color css

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

 span { border-color: rgb(100,180,232); }

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