Html Css Color HEX #64AFE9 Malibu

📋 copy color: '#64AFE9'

red 100 ◦ green 175 ◦ blue 233

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

Shades of Malibu #64AFE9

Tints of Malibu #64AFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.87%

R = 19.69%
G = 34.45%
B = 45.87%

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

#64AFE9 (or 0x64AFE9) is known color: Malibu. HEX triplet: 64, AF and E9. RGB value is (100,175,233). Sum of RGB (Red+Green+Blue) = 100+175+233=508 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.69% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 233 (91.41% from 255 or 45.87% from 508); Max value from RGB is 233 - color contains mainly: blue. Hex color #64AFE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AFE9 is #9B5016. Grayscale: #9E9E9E. Windows color (decimal): -10178583 or 15314788. OLE color: 15314788.

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

Color convert

RGB 100 175 233 -
CMYK 0.57 0.25 0 0.09
HSL 206.17º 0.75% 0.65% -
HSV(B) 206.17º 0.57% 0.91% -
XYZ 35.29 39.25 82.81 -
YUV 159.19 169.65 85.78 -
System Red Green Blue C M Y K H S L
Decimal 100 175 233 0.57 0.25 0 0.09 206.17 0.75 0.65
Hex 64 AF E9 39 19 0 9 CE 4B 41
Octal 144 257 351 71 31 0 11 316 113 101
Binary 1100100 10101111 11101001 111001 11001 0 1001 11001110 1001011 1000001

Color Harmonies of #64AFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AFE9

Black with #64AFE9

Text Example


Text Example

White with #64AFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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