Shades of Malibu #60BDE0
Tints of Malibu #60BDE0
RGB
CMYK
RGB Variations
Color information
#60BDE0 (or 0x60BDE0) is known color: Malibu. HEX triplet: 60, BD and E0. RGB value is (96,189,224). Sum of RGB (Red+Green+Blue) = 96+189+224=509 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.86% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #60BDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BDE0 is #9F421F. Grayscale: #A4A4A4. Windows color (decimal): -10437152 or 14728544. OLE color: 14728544.
HSL color Cylindrical-coordinate representation of color #60BDE0: hue angle of 196.41º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60BDE0 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 189 | 224 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.12 |
| HSL | 196.41º | 0.67% | 0.63% | - |
| HSV(B) | 196.41º | 0.57% | 0.88% | - |
| XYZ | 36.48 | 44.26 | 77.14 | - |
| YUV | 165.18 | 161.19 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 224 | 0.57 | 0.16 | 0 | 0.12 | 196.41 | 0.67 | 0.63 |
| Hex | 60 | BD | E0 | 39 | 10 | 0 | C | C4 | 43 | 3F |
| Octal | 140 | 275 | 340 | 71 | 20 | 0 | 14 | 304 | 103 | 77 |
| Binary | 1100000 | 10111101 | 11100000 | 111001 | 10000 | 0 | 1100 | 11000100 | 1000011 | 111111 |
Color Harmonies of #60BDE0
Complementary color
Monochromatic Colors of #60BDE0
Black with #60BDE0
Text Example
Text Example
White with #60BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BDE0; }
p { color: rgb(96,189,224); }
H1.HeaderClassName
{
color: #60BDE0;
}
.AnyTagClassName
{
color: #60BDE0;
}
</style>
background-color css
<style>
a { background-color: #60BDE0; }
a { background-color: rgb(96,189,224); }
div.DivClassName
{
background-color: #60BDE0;
}
.BgClassName
{
background-color: #60BDE0;
}
</style>
border-color css
<style>
span { border-color: #60BDE0; }
span { border-color: rgb(96,189,224); }
td.TdClassName
{
border-color: #60BDE0;
}
.TagClassName
{
border-color: #60BDE0;
}
</style>