Html Css Color HEX #64AEE8 Malibu

📋 copy color: '#64AEE8'

red 100 ◦ green 174 ◦ blue 232

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

Shades of Malibu #64AEE8

Tints of Malibu #64AEE8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.39%

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

R = 19.76%
G = 34.39%
B = 45.85%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#64AEE8 (or 0x64AEE8) is known color: Malibu. HEX triplet: 64, AE and E8. RGB value is (100,174,232). Sum of RGB (Red+Green+Blue) = 100+174+232=506 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.76% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 232 (91.02% from 255 or 45.85% from 506); Max value from RGB is 232 - color contains mainly: blue. Hex color #64AEE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AEE8 is #9B5117. Grayscale: #9E9E9E. Windows color (decimal): -10178840 or 15248996. OLE color: 15248996.

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

Color convert

RGB 100 174 232 -
CMYK 0.57 0.25 0 0.09
HSL 206.36º 0.74% 0.65% -
HSV(B) 206.36º 0.57% 0.91% -
XYZ 34.96 38.81 81.99 -
YUV 158.49 169.48 86.28 -
System Red Green Blue C M Y K H S L
Decimal 100 174 232 0.57 0.25 0 0.09 206.36 0.74 0.65
Hex 64 AE E8 39 19 0 9 CE 4A 41
Octal 144 256 350 71 31 0 11 316 112 101
Binary 1100100 10101110 11101000 111001 11001 0 1001 11001110 1001010 1000001

Color Harmonies of #64AEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AEE8

Black with #64AEE8

Text Example


Text Example

White with #64AEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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