#64ACEB

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

Shades of Malibu #64ACEB

Tints of Malibu #64ACEB

Color information

#64ACEB (or 0x64ACEB) is unknown color: approx Malibu. HEX triplet: 64, AC and EB. RGB value is (100,172,235). Sum of RGB (Red+Green+Blue) = 100+172+235=507 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.72% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #64ACEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ACEB is #9B5314. Grayscale: #9D9D9D. Windows color (decimal): -10179349 or 15445092. OLE color: 15445092.

HSL color Cylindrical-coordinate representation of color #64ACEB: hue angle of 208º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64ACEB is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB100172235-
CMYK0.570.2700.08
HSL208º77.14%65.69%-
HSV(B)208º57.45%92.16%-
XYZ3538.2184.13-
YUV157.65171.6586.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.72%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 235 (92.19% from 255) = 46.35%
R=19.72%
G=33.93%
B=46.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1001722350.570.2700.0820877.1465.69
Hex64ACEB391B08d04d42
Octal1442543537133010320115102
Binary1100100101011001110101111100111011010001101000010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,172,235); }

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

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

 a { background-color: rgb(100,172,235); }

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

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

 span { border-color: rgb(100,172,235); }

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