Html Css Color HEX #64A9EC Malibu

📋 copy color: '#64A9EC'

red 100 ◦ green 169 ◦ blue 236

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

Shades of Malibu #64A9EC

Tints of Malibu #64A9EC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.47%

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 19.8%
G = 33.47%
B = 46.73%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64A9EC (or 0x64A9EC) is known color: Malibu. HEX triplet: 64, A9 and EC. RGB value is (100,169,236). Sum of RGB (Red+Green+Blue) = 100+169+236=505 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.80% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #64A9EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A9EC is #9B5613. Grayscale: #9B9B9B. Windows color (decimal): -10180116 or 15509860. OLE color: 15509860.

HSL color Cylindrical-coordinate representation of color #64A9EC: hue angle of 209.56º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64A9EC is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 169 236 -
CMYK 0.58 0.28 0 0.07
HSL 209.56º 0.78% 0.66% -
HSV(B) 209.56º 0.58% 0.93% -
XYZ 34.58 37.14 84.7 -
YUV 156.01 173.14 88.05 -
System Red Green Blue C M Y K H S L
Decimal 100 169 236 0.58 0.28 0 0.07 209.56 0.78 0.66
Hex 64 A9 EC 3A 1C 0 7 D2 4E 42
Octal 144 251 354 72 34 0 7 322 116 102
Binary 1100100 10101001 11101100 111010 11100 0 111 11010010 1001110 1000010

Color Harmonies of #64A9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A9EC

Black with #64A9EC

Text Example


Text Example

White with #64A9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,169,236); }

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

background-color css

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

 a { background-color: rgb(100,169,236); }

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

border-color css

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

 span { border-color: rgb(100,169,236); }

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