Shades of Malibu #60B5EE
Tints of Malibu #60B5EE
RGB
CMYK
RGB Variations
Color information
#60B5EE (or 0x60B5EE) is known color: Malibu. HEX triplet: 60, B5 and EE. RGB value is (96,181,238). Sum of RGB (Red+Green+Blue) = 96+181+238=515 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.64% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #60B5EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B5EE is #9F4A11. Grayscale: #A1A1A1. Windows color (decimal): -10439186 or 15644000. OLE color: 15644000.
HSL color Cylindrical-coordinate representation of color #60B5EE: hue angle of 204.08º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60B5EE is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 181 | 238 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.07 |
| HSL | 204.08º | 0.81% | 0.65% | - |
| HSV(B) | 204.08º | 0.6% | 0.93% | - |
| XYZ | 36.78 | 41.71 | 87 | - |
| YUV | 162.08 | 170.84 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 181 | 238 | 0.60 | 0.24 | 0 | 0.07 | 204.08 | 0.81 | 0.65 |
| Hex | 60 | B5 | EE | 3C | 18 | 0 | 7 | CC | 51 | 41 |
| Octal | 140 | 265 | 356 | 74 | 30 | 0 | 7 | 314 | 121 | 101 |
| Binary | 1100000 | 10110101 | 11101110 | 111100 | 11000 | 0 | 111 | 11001100 | 1010001 | 1000001 |
Color Harmonies of #60B5EE
Complementary color
Monochromatic Colors of #60B5EE
Black with #60B5EE
Text Example
Text Example
White with #60B5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B5EE; }
p { color: rgb(96,181,238); }
H1.HeaderClassName
{
color: #60B5EE;
}
.AnyTagClassName
{
color: #60B5EE;
}
</style>
background-color css
<style>
a { background-color: #60B5EE; }
a { background-color: rgb(96,181,238); }
div.DivClassName
{
background-color: #60B5EE;
}
.BgClassName
{
background-color: #60B5EE;
}
</style>
border-color css
<style>
span { border-color: #60B5EE; }
span { border-color: rgb(96,181,238); }
td.TdClassName
{
border-color: #60B5EE;
}
.TagClassName
{
border-color: #60B5EE;
}
</style>