Shades of Malibu #60BDDB
Tints of Malibu #60BDDB
RGB
CMYK
RGB Variations
Color information
#60BDDB (or 0x60BDDB) is known color: Malibu. HEX triplet: 60, BD and DB. RGB value is (96,189,219). Sum of RGB (Red+Green+Blue) = 96+189+219=504 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.05% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #60BDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BDDB is #9F4224. Grayscale: #A4A4A4. Windows color (decimal): -10437157 or 14400864. OLE color: 14400864.
HSL color Cylindrical-coordinate representation of color #60BDDB: hue angle of 194.63º 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 #60BDDB is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 189 | 219 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.14 |
| HSL | 194.63º | 0.63% | 0.62% | - |
| HSV(B) | 194.63º | 0.56% | 0.86% | - |
| XYZ | 35.81 | 44 | 73.62 | - |
| YUV | 164.61 | 158.69 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 219 | 0.56 | 0.14 | 0 | 0.14 | 194.63 | 0.63 | 0.62 |
| Hex | 60 | BD | DB | 38 | E | 0 | E | C3 | 3F | 3E |
| Octal | 140 | 275 | 333 | 70 | 16 | 0 | 16 | 303 | 77 | 76 |
| Binary | 1100000 | 10111101 | 11011011 | 111000 | 1110 | 0 | 1110 | 11000011 | 111111 | 111110 |
Color Harmonies of #60BDDB
Complementary color
Monochromatic Colors of #60BDDB
Black with #60BDDB
Text Example
Text Example
White with #60BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BDDB; }
p { color: rgb(96,189,219); }
H1.HeaderClassName
{
color: #60BDDB;
}
.AnyTagClassName
{
color: #60BDDB;
}
</style>
background-color css
<style>
a { background-color: #60BDDB; }
a { background-color: rgb(96,189,219); }
div.DivClassName
{
background-color: #60BDDB;
}
.BgClassName
{
background-color: #60BDDB;
}
</style>
border-color css
<style>
span { border-color: #60BDDB; }
span { border-color: rgb(96,189,219); }
td.TdClassName
{
border-color: #60BDDB;
}
.TagClassName
{
border-color: #60BDDB;
}
</style>