Shades of Malibu #60B3DC
Tints of Malibu #60B3DC
RGB
CMYK
RGB Variations
Color information
#60B3DC (or 0x60B3DC) is known color: Malibu. HEX triplet: 60, B3 and DC. RGB value is (96,179,220). Sum of RGB (Red+Green+Blue) = 96+179+220=495 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.39% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #60B3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B3DC is #9F4C23. Grayscale: #9E9E9E. Windows color (decimal): -10439716 or 14463840. OLE color: 14463840.
HSL color Cylindrical-coordinate representation of color #60B3DC: hue angle of 199.84º 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 #60B3DC is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 179 | 220 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.14 |
| HSL | 199.84º | 0.64% | 0.62% | - |
| HSV(B) | 199.84º | 0.56% | 0.86% | - |
| XYZ | 33.86 | 39.89 | 73.63 | - |
| YUV | 158.86 | 162.5 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 220 | 0.56 | 0.19 | 0 | 0.14 | 199.84 | 0.64 | 0.62 |
| Hex | 60 | B3 | DC | 38 | 13 | 0 | E | C8 | 40 | 3E |
| Octal | 140 | 263 | 334 | 70 | 23 | 0 | 16 | 310 | 100 | 76 |
| Binary | 1100000 | 10110011 | 11011100 | 111000 | 10011 | 0 | 1110 | 11001000 | 1000000 | 111110 |
Color Harmonies of #60B3DC
Complementary color
Monochromatic Colors of #60B3DC
Black with #60B3DC
Text Example
Text Example
White with #60B3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B3DC; }
p { color: rgb(96,179,220); }
H1.HeaderClassName
{
color: #60B3DC;
}
.AnyTagClassName
{
color: #60B3DC;
}
</style>
background-color css
<style>
a { background-color: #60B3DC; }
a { background-color: rgb(96,179,220); }
div.DivClassName
{
background-color: #60B3DC;
}
.BgClassName
{
background-color: #60B3DC;
}
</style>
border-color css
<style>
span { border-color: #60B3DC; }
span { border-color: rgb(96,179,220); }
td.TdClassName
{
border-color: #60B3DC;
}
.TagClassName
{
border-color: #60B3DC;
}
</style>