#64ADEB

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

Shades of Malibu #64ADEB

Tints of Malibu #64ADEB

Color information

#64ADEB (or 0x64ADEB) is unknown color: approx Malibu. HEX triplet: 64, AD and EB. RGB value is (100,173,235). Sum of RGB (Red+Green+Blue) = 100+173+235=508 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.69% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #64ADEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ADEB is #9B5214. Grayscale: #9D9D9D. Windows color (decimal): -10179093 or 15445348. OLE color: 15445348.

HSL color Cylindrical-coordinate representation of color #64ADEB: hue angle of 207.56º 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 #64ADEB is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB100173235-
CMYK0.570.2600.08
HSL207.56º77.14%65.69%-
HSV(B)207.56º57.45%92.16%-
XYZ35.1938.5984.19-
YUV158.24171.3286.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.69%
GREEN value IS 173 (67.97% from 255) = 34.06%
BLUE value IS 235 (92.19% from 255) = 46.26%
R=19.69%
G=34.06%
B=46.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1001732350.570.2600.08207.5677.1465.69
Hex64ADEB391A08d04d42
Octal1442553537132010320115102
Binary1100100101011011110101111100111010010001101000010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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