Shades of Malibu #60B5E7
Tints of Malibu #60B5E7
RGB
CMYK
RGB Variations
Color information
#60B5E7 (or 0x60B5E7) is known color: Malibu. HEX triplet: 60, B5 and E7. RGB value is (96,181,231). Sum of RGB (Red+Green+Blue) = 96+181+231=508 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.90% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 231 (90.62% from 255 or 45.47% from 508); Max value from RGB is 231 - color contains mainly: blue. Hex color #60B5E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B5E7 is #9F4A18. Grayscale: #A0A0A0. Windows color (decimal): -10439193 or 15185248. OLE color: 15185248.
HSL color Cylindrical-coordinate representation of color #60B5E7: hue angle of 202.22º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60B5E7 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 96 | 181 | 231 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.09 |
| HSL | 202.22º | 0.74% | 0.64% | - |
| HSV(B) | 202.22º | 0.58% | 0.91% | - |
| XYZ | 35.77 | 41.3 | 81.69 | - |
| YUV | 161.29 | 167.34 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 181 | 231 | 0.58 | 0.22 | 0 | 0.09 | 202.22 | 0.74 | 0.64 |
| Hex | 60 | B5 | E7 | 3A | 16 | 0 | 9 | CA | 4A | 40 |
| Octal | 140 | 265 | 347 | 72 | 26 | 0 | 11 | 312 | 112 | 100 |
| Binary | 1100000 | 10110101 | 11100111 | 111010 | 10110 | 0 | 1001 | 11001010 | 1001010 | 1000000 |
Color Harmonies of #60B5E7
Complementary color
Monochromatic Colors of #60B5E7
Black with #60B5E7
Text Example
Text Example
White with #60B5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B5E7; }
p { color: rgb(96,181,231); }
H1.HeaderClassName
{
color: #60B5E7;
}
.AnyTagClassName
{
color: #60B5E7;
}
</style>
background-color css
<style>
a { background-color: #60B5E7; }
a { background-color: rgb(96,181,231); }
div.DivClassName
{
background-color: #60B5E7;
}
.BgClassName
{
background-color: #60B5E7;
}
</style>
border-color css
<style>
span { border-color: #60B5E7; }
span { border-color: rgb(96,181,231); }
td.TdClassName
{
border-color: #60B5E7;
}
.TagClassName
{
border-color: #60B5E7;
}
</style>