#60bbef

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

Shades of Malibu #60BBEF

Tints of Malibu #60BBEF

Color information

#60BBEF (or 0x60BBEF) is unknown color: approx Malibu. HEX triplet: 60, BB and EF. RGB value is (96,187,239). Sum of RGB (Red+Green+Blue) = 96+187+239=522 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.39% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #60BBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BBEF is #9F4410. Grayscale: #A5A5A5. Windows color (decimal): -10437649 or 15711072. OLE color: 15711072.

HSL color Cylindrical-coordinate representation of color #60BBEF: hue angle of 201.82º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60BBEF is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB96187239-
CMYK0.600.2200.06
HSL201.82º81.71%65.69%-
HSV(B)201.82º59.83%93.73%-
XYZ38.1744.2688.19-
YUV165.72169.3578.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.39%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 239 (93.75% from 255) = 45.79%
R=18.39%
G=35.82%
B=45.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal961872390.600.2200.06201.8281.7165.69
Hex60BBEF3C1606ca5242
Octal140273357742606312122102
Binary110000010111011111011111111001011001101100101010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60bbef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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