Html Css Color HEX #64ACE8 Malibu

📋 copy color: '#64ACE8'

red 100 ◦ green 172 ◦ blue 232

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

Shades of Malibu #64ACE8

Tints of Malibu #64ACE8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.13%

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

R = 19.84%
G = 34.13%
B = 46.03%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#64ACE8 (or 0x64ACE8) is known color: Malibu. HEX triplet: 64, AC and E8. RGB value is (100,172,232). Sum of RGB (Red+Green+Blue) = 100+172+232=504 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.84% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 232 - color contains mainly: blue. Hex color #64ACE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ACE8 is #9B5317. Grayscale: #9D9D9D. Windows color (decimal): -10179352 or 15248484. OLE color: 15248484.

HSL color Cylindrical-coordinate representation of color #64ACE8: hue angle of 207.27º 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 #64ACE8 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 100 172 232 -
CMYK 0.57 0.26 0 0.09
HSL 207.27º 0.74% 0.65% -
HSV(B) 207.27º 0.57% 0.91% -
XYZ 34.57 38.04 81.86 -
YUV 157.31 170.15 87.12 -
System Red Green Blue C M Y K H S L
Decimal 100 172 232 0.57 0.26 0 0.09 207.27 0.74 0.65
Hex 64 AC E8 39 1A 0 9 CF 4A 41
Octal 144 254 350 71 32 0 11 317 112 101
Binary 1100100 10101100 11101000 111001 11010 0 1001 11001111 1001010 1000001

Color Harmonies of #64ACE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ACE8

Black with #64ACE8

Text Example


Text Example

White with #64ACE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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