#60BBDA

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

Shades of Malibu #60BBDA

Tints of Malibu #60BBDA

Color information

#60BBDA (or 0x60BBDA) is unknown color: approx Malibu. HEX triplet: 60, BB and DA. RGB value is (96,187,218). Sum of RGB (Red+Green+Blue) = 96+187+218=501 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.16% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #60BBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BBDA is #9F4425. Grayscale: #A3A3A3. Windows color (decimal): -10437670 or 14334816. OLE color: 14334816.

HSL color Cylindrical-coordinate representation of color #60BBDA: hue angle of 195.25º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60BBDA is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB96187218-
CMYK0.560.1400.15
HSL195.25º62.24%61.57%-
HSV(B)195.25º55.96%85.49%-
XYZ35.2543.0972.79-
YUV163.32158.8579.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.16%
GREEN value IS 187 (73.44% from 255) = 37.33%
BLUE value IS 218 (85.55% from 255) = 43.51%
R=19.16%
G=37.33%
B=43.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal961872180.560.1400.15195.2562.2461.57
Hex60BBDA38E0Fc33e3e
Octal14027333270160173037676
Binary1100000101110111101101011100011100111111000011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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