Shades of Malibu #60B0DE
Tints of Malibu #60B0DE
RGB
CMYK
RGB Variations
Color information
#60B0DE (or 0x60B0DE) is known color: Malibu. HEX triplet: 60, B0 and DE. RGB value is (96,176,222). Sum of RGB (Red+Green+Blue) = 96+176+222=494 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.43% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #60B0DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B0DE is #9F4F21. Grayscale: #9D9D9D. Windows color (decimal): -10440482 or 14594144. OLE color: 14594144.
HSL color Cylindrical-coordinate representation of color #60B0DE: hue angle of 201.9º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60B0DE is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 176 | 222 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.13 |
| HSL | 201.9º | 0.66% | 0.62% | - |
| HSV(B) | 201.9º | 0.57% | 0.87% | - |
| XYZ | 33.53 | 38.81 | 74.83 | - |
| YUV | 157.32 | 164.5 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 176 | 222 | 0.57 | 0.21 | 0 | 0.13 | 201.9 | 0.66 | 0.62 |
| Hex | 60 | B0 | DE | 39 | 15 | 0 | D | CA | 42 | 3E |
| Octal | 140 | 260 | 336 | 71 | 25 | 0 | 15 | 312 | 102 | 76 |
| Binary | 1100000 | 10110000 | 11011110 | 111001 | 10101 | 0 | 1101 | 11001010 | 1000010 | 111110 |
Color Harmonies of #60B0DE
Complementary color
Monochromatic Colors of #60B0DE
Black with #60B0DE
Text Example
Text Example
White with #60B0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B0DE; }
p { color: rgb(96,176,222); }
H1.HeaderClassName
{
color: #60B0DE;
}
.AnyTagClassName
{
color: #60B0DE;
}
</style>
background-color css
<style>
a { background-color: #60B0DE; }
a { background-color: rgb(96,176,222); }
div.DivClassName
{
background-color: #60B0DE;
}
.BgClassName
{
background-color: #60B0DE;
}
</style>
border-color css
<style>
span { border-color: #60B0DE; }
span { border-color: rgb(96,176,222); }
td.TdClassName
{
border-color: #60B0DE;
}
.TagClassName
{
border-color: #60B0DE;
}
</style>