Shades of Malibu #60BDDF
Tints of Malibu #60BDDF
RGB
CMYK
RGB Variations
Color information
#60BDDF (or 0x60BDDF) is known color: Malibu. HEX triplet: 60, BD and DF. RGB value is (96,189,223). Sum of RGB (Red+Green+Blue) = 96+189+223=508 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.90% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #60BDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BDDF is #9F4220. Grayscale: #A4A4A4. Windows color (decimal): -10437153 or 14663008. OLE color: 14663008.
HSL color Cylindrical-coordinate representation of color #60BDDF: hue angle of 196.06º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60BDDF is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 189 | 223 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.13 |
| HSL | 196.06º | 0.66% | 0.63% | - |
| HSV(B) | 196.06º | 0.57% | 0.87% | - |
| XYZ | 36.34 | 44.21 | 76.43 | - |
| YUV | 165.07 | 160.69 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 223 | 0.57 | 0.15 | 0 | 0.13 | 196.06 | 0.66 | 0.63 |
| Hex | 60 | BD | DF | 39 | F | 0 | D | C4 | 42 | 3F |
| Octal | 140 | 275 | 337 | 71 | 17 | 0 | 15 | 304 | 102 | 77 |
| Binary | 1100000 | 10111101 | 11011111 | 111001 | 1111 | 0 | 1101 | 11000100 | 1000010 | 111111 |
Color Harmonies of #60BDDF
Complementary color
Monochromatic Colors of #60BDDF
Black with #60BDDF
Text Example
Text Example
White with #60BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BDDF; }
p { color: rgb(96,189,223); }
H1.HeaderClassName
{
color: #60BDDF;
}
.AnyTagClassName
{
color: #60BDDF;
}
</style>
background-color css
<style>
a { background-color: #60BDDF; }
a { background-color: rgb(96,189,223); }
div.DivClassName
{
background-color: #60BDDF;
}
.BgClassName
{
background-color: #60BDDF;
}
</style>
border-color css
<style>
span { border-color: #60BDDF; }
span { border-color: rgb(96,189,223); }
td.TdClassName
{
border-color: #60BDDF;
}
.TagClassName
{
border-color: #60BDDF;
}
</style>