#64B4EA

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

Shades of Malibu #64B4EA

Tints of Malibu #64B4EA

Color information

#64B4EA (or 0x64B4EA) is unknown color: approx Malibu. HEX triplet: 64, B4 and EA. RGB value is (100,180,234). Sum of RGB (Red+Green+Blue) = 100+180+234=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #64B4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B4EA is #9B4B15. Grayscale: #A1A1A1. Windows color (decimal): -10177302 or 15381604. OLE color: 15381604.

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

Color convert

RGB100180234-
CMYK0.570.2300.08
HSL204.18º76.14%65.49%-
HSV(B)204.18º57.26%91.76%-
XYZ36.4341.2983.89-
YUV162.24168.583.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.46%
GREEN value IS 180 (70.70% from 255) = 35.02%
BLUE value IS 234 (91.80% from 255) = 45.53%
R=19.46%
G=35.02%
B=45.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1001802340.570.2300.08204.1876.1465.49
Hex64B4EA391708cc4c41
Octal1442643527127010314114101
Binary1100100101101001110101011100110111010001100110010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,180,234); }

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

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

 a { background-color: rgb(100,180,234); }

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

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

 span { border-color: rgb(100,180,234); }

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