Html Css Color HEX #64AAEB Malibu

📋 copy color: '#64AAEB'

red 100 ◦ green 170 ◦ blue 235

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

Shades of Malibu #64AAEB

Tints of Malibu #64AAEB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.66%

 BLUE value IS 235 (92.19% from 255) = 46.53%

R = 19.8%
G = 33.66%
B = 46.53%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#64AAEB (or 0x64AAEB) is known color: Malibu. HEX triplet: 64, AA and EB. RGB value is (100,170,235). Sum of RGB (Red+Green+Blue) = 100+170+235=505 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.80% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #64AAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AAEB is #9B5514. Grayscale: #9C9C9C. Windows color (decimal): -10179861 or 15444580. OLE color: 15444580.

HSL color Cylindrical-coordinate representation of color #64AAEB: hue angle of 208.89º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64AAEB is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 170 235 -
CMYK 0.57 0.28 0 0.08
HSL 208.89º 0.77% 0.66% -
HSV(B) 208.89º 0.57% 0.92% -
XYZ 34.63 37.46 84 -
YUV 156.48 172.31 87.71 -
System Red Green Blue C M Y K H S L
Decimal 100 170 235 0.57 0.28 0 0.08 208.89 0.77 0.66
Hex 64 AA EB 39 1C 0 8 D1 4D 42
Octal 144 252 353 71 34 0 10 321 115 102
Binary 1100100 10101010 11101011 111001 11100 0 1000 11010001 1001101 1000010

Color Harmonies of #64AAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AAEB

Black with #64AAEB

Text Example


Text Example

White with #64AAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,170,235); }

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

background-color css

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

 a { background-color: rgb(100,170,235); }

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

border-color css

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

 span { border-color: rgb(100,170,235); }

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