#60AAED

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

Shades of Malibu #60AAED

Tints of Malibu #60AAED

Color information

#60AAED (or 0x60AAED) is unknown color: approx Malibu. HEX triplet: 60, AA and ED. RGB value is (96,170,237). Sum of RGB (Red+Green+Blue) = 96+170+237=503 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.09% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #60AAED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60AAED is #9F5512. Grayscale: #9B9B9B. Windows color (decimal): -10442003 or 15575648. OLE color: 15575648.

HSL color Cylindrical-coordinate representation of color #60AAED: hue angle of 208.51º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60AAED is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB96170237-
CMYK0.590.2800.07
HSL208.51º79.66%65.29%-
HSV(B)208.51º59.49%92.94%-
XYZ34.4837.3585.51-
YUV155.51173.9885.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.09%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 237 (92.97% from 255) = 47.12%
R=19.09%
G=33.80%
B=47.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal961702370.590.2800.07208.5179.6665.29
Hex60AAED3B1C07d15041
Octal140252355733407321120101
Binary110000010101010111011011110111110001111101000110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60AAED; }

 p { color: rgb(96,170,237); }

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

<style>
 a { background-color: #60AAED; }

 a { background-color: rgb(96,170,237); }

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

<style>
 span { border-color: #60AAED; }

 span { border-color: rgb(96,170,237); }

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