#60BAED

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

Shades of Malibu #60BAED

Tints of Malibu #60BAED

Color information

#60BAED (or 0x60BAED) is unknown color: approx Malibu. HEX triplet: 60, BA and ED. RGB value is (96,186,237). Sum of RGB (Red+Green+Blue) = 96+186+237=519 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.50% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #60BAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BAED is #9F4512. Grayscale: #A4A4A4. Windows color (decimal): -10437907 or 15579744. OLE color: 15579744.

HSL color Cylindrical-coordinate representation of color #60BAED: hue angle of 201.7º 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 #60BAED is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB96186237-
CMYK0.590.2200.07
HSL201.7º79.66%65.29%-
HSV(B)201.7º59.49%92.94%-
XYZ37.6743.7286.57-
YUV164.9168.6878.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.50%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 237 (92.97% from 255) = 45.66%
R=18.50%
G=35.84%
B=45.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal961862370.590.2200.07201.779.6665.29
Hex60BAED3B1607ca5041
Octal140272355732607312120101
Binary110000010111010111011011110111011001111100101010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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