#60B1EC

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

Shades of Malibu #60B1EC

Tints of Malibu #60B1EC

Color information

#60B1EC (or 0x60B1EC) is unknown color: approx Malibu. HEX triplet: 60, B1 and EC. RGB value is (96,177,236). Sum of RGB (Red+Green+Blue) = 96+177+236=509 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.86% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #60B1EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60B1EC is #9F4E13. Grayscale: #9F9F9F. Windows color (decimal): -10440212 or 15511904. OLE color: 15511904.

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

Color convert

RGB96177236-
CMYK0.590.2500.07
HSL205.29º78.65%65.1%-
HSV(B)205.29º59.32%92.55%-
XYZ35.6939.9985.19-
YUV159.51171.1682.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.86%
GREEN value IS 177 (69.53% from 255) = 34.77%
BLUE value IS 236 (92.58% from 255) = 46.37%
R=18.86%
G=34.77%
B=46.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal961772360.590.2500.07205.2978.6565.1
Hex60B1EC3B1907cd4f41
Octal140261354733107315117101
Binary110000010110001111011001110111100101111100110110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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