#64BAED

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

Shades of Malibu #64BAED

Tints of Malibu #64BAED

Color information

#64BAED (or 0x64BAED) is unknown color: approx Malibu. HEX triplet: 64, BA and ED. RGB value is (100,186,237). Sum of RGB (Red+Green+Blue) = 100+186+237=523 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.12% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #64BAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BAED is #9B4512. Grayscale: #A5A5A5. Windows color (decimal): -10175763 or 15579748. OLE color: 15579748.

HSL color Cylindrical-coordinate representation of color #64BAED: hue angle of 202.34º degrees, saturation: 0.79, 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 #64BAED is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB100186237-
CMYK0.580.2200.07
HSL202.34º79.19%66.08%-
HSV(B)202.34º57.81%92.94%-
XYZ38.143.9486.59-
YUV166.1168.0180.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.12%
GREEN value IS 186 (73.05% from 255) = 35.56%
BLUE value IS 237 (92.97% from 255) = 45.32%
R=19.12%
G=35.56%
B=45.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1001862370.580.2200.07202.3479.1966.08
Hex64BAED3A1607ca4f42
Octal144272355722607312117102
Binary110010010111010111011011110101011001111100101010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,186,237); }

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

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

 a { background-color: rgb(100,186,237); }

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

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

 span { border-color: rgb(100,186,237); }

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