#64A9DC

Color #64A9DC Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #64A9DC

Tints of Malibu #64A9DC

Color information

#64A9DC (or 0x64A9DC) is unknown color: approx Malibu. HEX triplet: 64, A9 and DC. RGB value is (100,169,220). Sum of RGB (Red+Green+Blue) = 100+169+220=489 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.45% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #64A9DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A9DC is #9B5623. Grayscale: #999999. Windows color (decimal): -10180132 or 14461284. OLE color: 14461284.

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

Color convert

RGB100169220-
CMYK0.550.2300.14
HSL205.5º63.16%62.75%-
HSV(B)205.5º54.55%86.27%-
XYZ32.3636.2573-
YUV154.18165.1489.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.45%
GREEN value IS 169 (66.41% from 255) = 34.56%
BLUE value IS 220 (86.33% from 255) = 44.99%
R=20.45%
G=34.56%
B=44.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1001692200.550.2300.14205.563.1662.75
Hex64A9DC37170Ece3f3f
Octal14425133467270163167777
Binary11001001010100111011100110111101110111011001110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64A9DC;
 }
 .AnyTagClassName
 {
   color: #64A9DC;
 }
</style>
background-color css

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

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

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

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

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

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