Shades of Malibu #60B5DF
Tints of Malibu #60B5DF
RGB
CMYK
RGB Variations
Color information
#60B5DF (or 0x60B5DF) is known color: Malibu. HEX triplet: 60, B5 and DF. RGB value is (96,181,223). Sum of RGB (Red+Green+Blue) = 96+181+223=500 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.2% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #60B5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B5DF is #9F4A20. Grayscale: #A0A0A0. Windows color (decimal): -10439201 or 14660960. OLE color: 14660960.
HSL color Cylindrical-coordinate representation of color #60B5DF: hue angle of 199.84º 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 #60B5DF is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 181 | 223 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.13 |
| HSL | 199.84º | 0.66% | 0.63% | - |
| HSV(B) | 199.84º | 0.57% | 0.87% | - |
| XYZ | 34.67 | 40.86 | 75.87 | - |
| YUV | 160.37 | 163.34 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 181 | 223 | 0.57 | 0.19 | 0 | 0.13 | 199.84 | 0.66 | 0.63 |
| Hex | 60 | B5 | DF | 39 | 13 | 0 | D | C8 | 42 | 3F |
| Octal | 140 | 265 | 337 | 71 | 23 | 0 | 15 | 310 | 102 | 77 |
| Binary | 1100000 | 10110101 | 11011111 | 111001 | 10011 | 0 | 1101 | 11001000 | 1000010 | 111111 |
Color Harmonies of #60B5DF
Complementary color
Monochromatic Colors of #60B5DF
Black with #60B5DF
Text Example
Text Example
White with #60B5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B5DF; }
p { color: rgb(96,181,223); }
H1.HeaderClassName
{
color: #60B5DF;
}
.AnyTagClassName
{
color: #60B5DF;
}
</style>
background-color css
<style>
a { background-color: #60B5DF; }
a { background-color: rgb(96,181,223); }
div.DivClassName
{
background-color: #60B5DF;
}
.BgClassName
{
background-color: #60B5DF;
}
</style>
border-color css
<style>
span { border-color: #60B5DF; }
span { border-color: rgb(96,181,223); }
td.TdClassName
{
border-color: #60B5DF;
}
.TagClassName
{
border-color: #60B5DF;
}
</style>