Shades of Malibu #60B9DA
Tints of Malibu #60B9DA
RGB
CMYK
RGB Variations
Color information
#60B9DA (or 0x60B9DA) is known color: Malibu. HEX triplet: 60, B9 and DA. RGB value is (96,185,218). Sum of RGB (Red+Green+Blue) = 96+185+218=499 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.24% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #60B9DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B9DA is #9F4625. Grayscale: #A1A1A1. Windows color (decimal): -10438182 or 14334304. OLE color: 14334304.
HSL color Cylindrical-coordinate representation of color #60B9DA: hue angle of 196.23º 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 #60B9DA is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 185 | 218 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.15 |
| HSL | 196.23º | 0.62% | 0.62% | - |
| HSV(B) | 196.23º | 0.56% | 0.85% | - |
| XYZ | 34.83 | 42.25 | 72.65 | - |
| YUV | 162.15 | 159.51 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 185 | 218 | 0.56 | 0.15 | 0 | 0.15 | 196.23 | 0.62 | 0.62 |
| Hex | 60 | B9 | DA | 38 | F | 0 | F | C4 | 3E | 3E |
| Octal | 140 | 271 | 332 | 70 | 17 | 0 | 17 | 304 | 76 | 76 |
| Binary | 1100000 | 10111001 | 11011010 | 111000 | 1111 | 0 | 1111 | 11000100 | 111110 | 111110 |
Color Harmonies of #60B9DA
Complementary color
Monochromatic Colors of #60B9DA
Black with #60B9DA
Text Example
Text Example
White with #60B9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B9DA; }
p { color: rgb(96,185,218); }
H1.HeaderClassName
{
color: #60B9DA;
}
.AnyTagClassName
{
color: #60B9DA;
}
</style>
background-color css
<style>
a { background-color: #60B9DA; }
a { background-color: rgb(96,185,218); }
div.DivClassName
{
background-color: #60B9DA;
}
.BgClassName
{
background-color: #60B9DA;
}
</style>
border-color css
<style>
span { border-color: #60B9DA; }
span { border-color: rgb(96,185,218); }
td.TdClassName
{
border-color: #60B9DA;
}
.TagClassName
{
border-color: #60B9DA;
}
</style>