#64B1E0

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

Shades of Malibu #64B1E0

Tints of Malibu #64B1E0

Color information

#64B1E0 (or 0x64B1E0) is unknown color: approx Malibu. HEX triplet: 64, B1 and E0. RGB value is (100,177,224). Sum of RGB (Red+Green+Blue) = 100+177+224=501 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.96% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #64B1E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64B1E0 is #9B4E1F. Grayscale: #9F9F9F. Windows color (decimal): -10178080 or 14725476. OLE color: 14725476.

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

Color convert

RGB100177224-
CMYK0.550.2100.12
HSL202.74º66.67%63.53%-
HSV(B)202.74º55.36%87.84%-
XYZ34.4339.5476.34-
YUV159.34164.4985.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.96%
GREEN value IS 177 (69.53% from 255) = 35.33%
BLUE value IS 224 (87.89% from 255) = 44.71%
R=19.96%
G=35.33%
B=44.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1001772240.550.2100.12202.7466.6763.53
Hex64B1E037150Ccb4340
Octal1442613406725014313103100
Binary1100100101100011110000011011110101011001100101110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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