#64b8e0

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

Shades of Malibu #64B8E0

Tints of Malibu #64B8E0

Color information

#64B8E0 (or 0x64B8E0) is unknown color: approx Malibu. HEX triplet: 64, B8 and E0. RGB value is (100,184,224). Sum of RGB (Red+Green+Blue) = 100+184+224=508 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.69% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #64B8E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B8E0 is #9B471F. Grayscale: #A3A3A3. Windows color (decimal): -10176288 or 14727268. OLE color: 14727268.

HSL color Cylindrical-coordinate representation of color #64B8E0: hue angle of 199.35º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64B8E0 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB100184224-
CMYK0.550.1800.12
HSL199.35º66.67%63.53%-
HSV(B)199.35º55.36%87.84%-
XYZ35.8542.3776.81-
YUV163.44162.1782.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.69%
GREEN value IS 184 (72.27% from 255) = 36.22%
BLUE value IS 224 (87.89% from 255) = 44.09%
R=19.69%
G=36.22%
B=44.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1001842240.550.1800.12199.3566.6763.53
Hex64B8E037120Cc74340
Octal1442703406722014307103100
Binary1100100101110001110000011011110010011001100011110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64b8e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,184,224); }

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

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

 a { background-color: rgb(100,184,224); }

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

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

 span { border-color: rgb(100,184,224); }

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