#64BEE0

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

Shades of Malibu #64BEE0

Tints of Malibu #64BEE0

Color information

#64BEE0 (or 0x64BEE0) is unknown color: approx Malibu. HEX triplet: 64, BE and E0. RGB value is (100,190,224). Sum of RGB (Red+Green+Blue) = 100+190+224=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #64BEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BEE0 is #9B411F. Grayscale: #A6A6A6. Windows color (decimal): -10174752 or 14728804. OLE color: 14728804.

HSL color Cylindrical-coordinate representation of color #64BEE0: hue angle of 196.45º 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 #64BEE0 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB100190224-
CMYK0.550.1500.12
HSL196.45º66.67%63.53%-
HSV(B)196.45º55.36%87.84%-
XYZ37.1244.9277.23-
YUV166.97160.1880.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.46%
GREEN value IS 190 (74.61% from 255) = 36.96%
BLUE value IS 224 (87.89% from 255) = 43.58%
R=19.46%
G=36.96%
B=43.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1001902240.550.1500.12196.4566.6763.53
Hex64BEE037F0Cc44340
Octal1442763406717014304103100
Binary110010010111110111000001101111111011001100010010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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