Shades of Malibu #60B0DF
Tints of Malibu #60B0DF
RGB
CMYK
RGB Variations
Color information
#60B0DF (or 0x60B0DF) is known color: Malibu. HEX triplet: 60, B0 and DF. RGB value is (96,176,223). Sum of RGB (Red+Green+Blue) = 96+176+223=495 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.39% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #60B0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B0DF is #9F4F20. Grayscale: #9D9D9D. Windows color (decimal): -10440481 or 14659680. OLE color: 14659680.
HSL color Cylindrical-coordinate representation of color #60B0DF: hue angle of 202.2º 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 #60B0DF is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 176 | 223 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.13 |
| HSL | 202.2º | 0.66% | 0.63% | - |
| HSV(B) | 202.2º | 0.57% | 0.87% | - |
| XYZ | 33.67 | 38.87 | 75.54 | - |
| YUV | 157.44 | 165 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 176 | 223 | 0.57 | 0.21 | 0 | 0.13 | 202.2 | 0.66 | 0.63 |
| Hex | 60 | B0 | DF | 39 | 15 | 0 | D | CA | 42 | 3F |
| Octal | 140 | 260 | 337 | 71 | 25 | 0 | 15 | 312 | 102 | 77 |
| Binary | 1100000 | 10110000 | 11011111 | 111001 | 10101 | 0 | 1101 | 11001010 | 1000010 | 111111 |
Color Harmonies of #60B0DF
Complementary color
Monochromatic Colors of #60B0DF
Black with #60B0DF
Text Example
Text Example
White with #60B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B0DF; }
p { color: rgb(96,176,223); }
H1.HeaderClassName
{
color: #60B0DF;
}
.AnyTagClassName
{
color: #60B0DF;
}
</style>
background-color css
<style>
a { background-color: #60B0DF; }
a { background-color: rgb(96,176,223); }
div.DivClassName
{
background-color: #60B0DF;
}
.BgClassName
{
background-color: #60B0DF;
}
</style>
border-color css
<style>
span { border-color: #60B0DF; }
span { border-color: rgb(96,176,223); }
td.TdClassName
{
border-color: #60B0DF;
}
.TagClassName
{
border-color: #60B0DF;
}
</style>