Html Css Color HEX #64ABE8 Malibu

📋 copy color: '#64ABE8'

red 100 ◦ green 171 ◦ blue 232

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

Shades of Malibu #64ABE8

Tints of Malibu #64ABE8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34%

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

R = 19.88%
G = 34%
B = 46.12%

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

#64ABE8 (or 0x64ABE8) is known color: Malibu. HEX triplet: 64, AB and E8. RGB value is (100,171,232). Sum of RGB (Red+Green+Blue) = 100+171+232=503 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.88% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #64ABE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ABE8 is #9B5417. Grayscale: #9C9C9C. Windows color (decimal): -10179608 or 15248228. OLE color: 15248228.

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

Color convert

RGB 100 171 232 -
CMYK 0.57 0.26 0 0.09
HSL 207.73º 0.74% 0.65% -
HSV(B) 207.73º 0.57% 0.91% -
XYZ 34.38 37.66 81.8 -
YUV 156.73 170.48 87.54 -
System Red Green Blue C M Y K H S L
Decimal 100 171 232 0.57 0.26 0 0.09 207.73 0.74 0.65
Hex 64 AB E8 39 1A 0 9 D0 4A 41
Octal 144 253 350 71 32 0 11 320 112 101
Binary 1100100 10101011 11101000 111001 11010 0 1001 11010000 1001010 1000001

Color Harmonies of #64ABE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ABE8

Black with #64ABE8

Text Example


Text Example

White with #64ABE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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