#60BAE9

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

Shades of Malibu #60BAE9

Tints of Malibu #60BAE9

Color information

#60BAE9 (or 0x60BAE9) is unknown color: approx Malibu. HEX triplet: 60, BA and E9. RGB value is (96,186,233). Sum of RGB (Red+Green+Blue) = 96+186+233=515 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.64% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 233 (91.41% from 255 or 45.24% from 515); Max value from RGB is 233 - color contains mainly: blue. Hex color #60BAE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BAE9 is #9F4516. Grayscale: #A4A4A4. Windows color (decimal): -10437911 or 15317600. OLE color: 15317600.

HSL color Cylindrical-coordinate representation of color #60BAE9: hue angle of 200.58º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60BAE9 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB96186233-
CMYK0.590.2000.09
HSL200.58º75.69%64.51%-
HSV(B)200.58º58.8%91.37%-
XYZ37.0943.4983.53-
YUV164.45166.6879.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.64%
GREEN value IS 186 (73.05% from 255) = 36.12%
BLUE value IS 233 (91.41% from 255) = 45.24%
R=18.64%
G=36.12%
B=45.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal961862330.590.2000.09200.5875.6964.51
Hex60BAE93B1409c94c41
Octal1402723517324011311114101
Binary1100000101110101110100111101110100010011100100110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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