Html Css Color HEX #64AFE8 Malibu

📋 copy color: '#64AFE8'

red 100 ◦ green 175 ◦ blue 232

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

Shades of Malibu #64AFE8

Tints of Malibu #64AFE8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.52%

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

R = 19.72%
G = 34.52%
B = 45.76%

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

#64AFE8 (or 0x64AFE8) is known color: Malibu. HEX triplet: 64, AF and E8. RGB value is (100,175,232). Sum of RGB (Red+Green+Blue) = 100+175+232=507 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.72% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #64AFE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AFE8 is #9B5017. Grayscale: #9E9E9E. Windows color (decimal): -10178584 or 15249252. OLE color: 15249252.

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

Color convert

RGB 100 175 232 -
CMYK 0.57 0.25 0 0.09
HSL 205.91º 0.74% 0.65% -
HSV(B) 205.91º 0.57% 0.91% -
XYZ 35.15 39.2 82.06 -
YUV 159.07 169.15 85.87 -
System Red Green Blue C M Y K H S L
Decimal 100 175 232 0.57 0.25 0 0.09 205.91 0.74 0.65
Hex 64 AF E8 39 19 0 9 CE 4A 41
Octal 144 257 350 71 31 0 11 316 112 101
Binary 1100100 10101111 11101000 111001 11001 0 1001 11001110 1001010 1000001

Color Harmonies of #64AFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AFE8

Black with #64AFE8

Text Example


Text Example

White with #64AFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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