Html Css Color HEX #64AADD Malibu

📋 copy color: '#64AADD'

red 100 ◦ green 170 ◦ blue 221

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

Shades of Malibu #64AADD

Tints of Malibu #64AADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 20.37%
G = 34.62%
B = 45.01%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#64AADD (or 0x64AADD) is known color: Malibu. HEX triplet: 64, AA and DD. RGB value is (100,170,221). Sum of RGB (Red+Green+Blue) = 100+170+221=491 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.37% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #64AADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AADD is #9B5522. Grayscale: #9A9A9A. Windows color (decimal): -10179875 or 14527076. OLE color: 14527076.

HSL color Cylindrical-coordinate representation of color #64AADD: hue angle of 205.29º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64AADD is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 170 221 -
CMYK 0.55 0.23 0 0.13
HSL 205.29º 0.64% 0.63% -
HSV(B) 205.29º 0.55% 0.87% -
XYZ 32.68 36.68 73.76 -
YUV 154.88 165.31 88.85 -
System Red Green Blue C M Y K H S L
Decimal 100 170 221 0.55 0.23 0 0.13 205.29 0.64 0.63
Hex 64 AA DD 37 17 0 D CD 40 3F
Octal 144 252 335 67 27 0 15 315 100 77
Binary 1100100 10101010 11011101 110111 10111 0 1101 11001101 1000000 111111

Color Harmonies of #64AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AADD

Black with #64AADD

Text Example


Text Example

White with #64AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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