Shades of Malibu #60BFDB
Tints of Malibu #60BFDB
RGB
CMYK
RGB Variations
Color information
#60BFDB (or 0x60BFDB) is known color: Malibu. HEX triplet: 60, BF and DB. RGB value is (96,191,219). Sum of RGB (Red+Green+Blue) = 96+191+219=506 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.97% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #60BFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BFDB is #9F4024. Grayscale: #A5A5A5. Windows color (decimal): -10436645 or 14401376. OLE color: 14401376.
HSL color Cylindrical-coordinate representation of color #60BFDB: hue angle of 193.66º degrees, saturation: 0.63, 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 #60BFDB is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 191 | 219 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.14 |
| HSL | 193.66º | 0.63% | 0.62% | - |
| HSV(B) | 193.66º | 0.56% | 0.86% | - |
| XYZ | 36.24 | 44.86 | 73.77 | - |
| YUV | 165.79 | 158.03 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 219 | 0.56 | 0.13 | 0 | 0.14 | 193.66 | 0.63 | 0.62 |
| Hex | 60 | BF | DB | 38 | D | 0 | E | C2 | 3F | 3E |
| Octal | 140 | 277 | 333 | 70 | 15 | 0 | 16 | 302 | 77 | 76 |
| Binary | 1100000 | 10111111 | 11011011 | 111000 | 1101 | 0 | 1110 | 11000010 | 111111 | 111110 |
Color Harmonies of #60BFDB
Complementary color
Monochromatic Colors of #60BFDB
Black with #60BFDB
Text Example
Text Example
White with #60BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BFDB; }
p { color: rgb(96,191,219); }
H1.HeaderClassName
{
color: #60BFDB;
}
.AnyTagClassName
{
color: #60BFDB;
}
</style>
background-color css
<style>
a { background-color: #60BFDB; }
a { background-color: rgb(96,191,219); }
div.DivClassName
{
background-color: #60BFDB;
}
.BgClassName
{
background-color: #60BFDB;
}
</style>
border-color css
<style>
span { border-color: #60BFDB; }
span { border-color: rgb(96,191,219); }
td.TdClassName
{
border-color: #60BFDB;
}
.TagClassName
{
border-color: #60BFDB;
}
</style>