Shades of Malibu #60BBDC
Tints of Malibu #60BBDC
RGB
CMYK
RGB Variations
Color information
#60BBDC (or 0x60BBDC) is known color: Malibu. HEX triplet: 60, BB and DC. RGB value is (96,187,220). Sum of RGB (Red+Green+Blue) = 96+187+220=503 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.09% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #60BBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BBDC is #9F4423. Grayscale: #A3A3A3. Windows color (decimal): -10437668 or 14465888. OLE color: 14465888.
HSL color Cylindrical-coordinate representation of color #60BBDC: hue angle of 195.97º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60BBDC is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 187 | 220 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.14 |
| HSL | 195.97º | 0.64% | 0.62% | - |
| HSV(B) | 195.97º | 0.56% | 0.86% | - |
| XYZ | 35.51 | 43.19 | 74.18 | - |
| YUV | 163.55 | 159.85 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 187 | 220 | 0.56 | 0.15 | 0 | 0.14 | 195.97 | 0.64 | 0.62 |
| Hex | 60 | BB | DC | 38 | F | 0 | E | C4 | 40 | 3E |
| Octal | 140 | 273 | 334 | 70 | 17 | 0 | 16 | 304 | 100 | 76 |
| Binary | 1100000 | 10111011 | 11011100 | 111000 | 1111 | 0 | 1110 | 11000100 | 1000000 | 111110 |
Color Harmonies of #60BBDC
Complementary color
Monochromatic Colors of #60BBDC
Black with #60BBDC
Text Example
Text Example
White with #60BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BBDC; }
p { color: rgb(96,187,220); }
H1.HeaderClassName
{
color: #60BBDC;
}
.AnyTagClassName
{
color: #60BBDC;
}
</style>
background-color css
<style>
a { background-color: #60BBDC; }
a { background-color: rgb(96,187,220); }
div.DivClassName
{
background-color: #60BBDC;
}
.BgClassName
{
background-color: #60BBDC;
}
</style>
border-color css
<style>
span { border-color: #60BBDC; }
span { border-color: rgb(96,187,220); }
td.TdClassName
{
border-color: #60BBDC;
}
.TagClassName
{
border-color: #60BBDC;
}
</style>