#64B4E6

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

Shades of Malibu #64B4E6

Tints of Malibu #64B4E6

Color information

#64B4E6 (or 0x64B4E6) is unknown color: approx Malibu. HEX triplet: 64, B4 and E6. RGB value is (100,180,230). Sum of RGB (Red+Green+Blue) = 100+180+230=510 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.61% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 230 - color contains mainly: blue. Hex color #64B4E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B4E6 is #9B4B19. Grayscale: #A1A1A1. Windows color (decimal): -10177306 or 15119460. OLE color: 15119460.

HSL color Cylindrical-coordinate representation of color #64B4E6: hue angle of 203.08º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64B4E6 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB100180230-
CMYK0.570.2200.10
HSL203.08º72.22%64.71%-
HSV(B)203.08º56.52%90.2%-
XYZ35.8641.0780.9-
YUV161.78166.583.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.61%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 230 (90.23% from 255) = 45.10%
R=19.61%
G=35.29%
B=45.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1001802300.570.2200.10203.0872.2264.71
Hex64B4E639160Acb4841
Octal1442643467126012313110101
Binary1100100101101001110011011100110110010101100101110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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