#60BBEC

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

Shades of Malibu #60BBEC

Tints of Malibu #60BBEC

Color information

#60BBEC (or 0x60BBEC) is unknown color: approx Malibu. HEX triplet: 60, BB and EC. RGB value is (96,187,236). Sum of RGB (Red+Green+Blue) = 96+187+236=519 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.50% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #60BBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BBEC is #9F4413. Grayscale: #A5A5A5. Windows color (decimal): -10437652 or 15514464. OLE color: 15514464.

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

Color convert

RGB96187236-
CMYK0.590.2100.07
HSL201º78.65%65.1%-
HSV(B)201º59.32%92.55%-
XYZ37.7344.0885.88-
YUV165.38167.8578.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.50%
GREEN value IS 187 (73.44% from 255) = 36.03%
BLUE value IS 236 (92.58% from 255) = 45.47%
R=18.50%
G=36.03%
B=45.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal961872360.590.2100.0720178.6565.1
Hex60BBEC3B1507c94f41
Octal140273354732507311117101
Binary110000010111011111011001110111010101111100100110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,187,236); }

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

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

 a { background-color: rgb(96,187,236); }

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

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

 span { border-color: rgb(96,187,236); }

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