Shades of Malibu #60B2E8
Tints of Malibu #60B2E8
RGB
CMYK
RGB Variations
Color information
#60B2E8 (or 0x60B2E8) is known color: Malibu. HEX triplet: 60, B2 and E8. RGB value is (96,178,232). Sum of RGB (Red+Green+Blue) = 96+178+232=506 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.97% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 232 (91.02% from 255 or 45.85% from 506); Max value from RGB is 232 - color contains mainly: blue. Hex color #60B2E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60B2E8 is #9F4D17. Grayscale: #9F9F9F. Windows color (decimal): -10439960 or 15250016. OLE color: 15250016.
HSL color Cylindrical-coordinate representation of color #60B2E8: hue angle of 203.82º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60B2E8 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 96 | 178 | 232 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.09 |
| HSL | 203.82º | 0.75% | 0.64% | - |
| HSV(B) | 203.82º | 0.59% | 0.91% | - |
| XYZ | 35.31 | 40.15 | 82.23 | - |
| YUV | 159.64 | 168.83 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 178 | 232 | 0.59 | 0.23 | 0 | 0.09 | 203.82 | 0.75 | 0.64 |
| Hex | 60 | B2 | E8 | 3B | 17 | 0 | 9 | CC | 4B | 40 |
| Octal | 140 | 262 | 350 | 73 | 27 | 0 | 11 | 314 | 113 | 100 |
| Binary | 1100000 | 10110010 | 11101000 | 111011 | 10111 | 0 | 1001 | 11001100 | 1001011 | 1000000 |
Color Harmonies of #60B2E8
Complementary color
Monochromatic Colors of #60B2E8
Black with #60B2E8
Text Example
Text Example
White with #60B2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B2E8; }
p { color: rgb(96,178,232); }
H1.HeaderClassName
{
color: #60B2E8;
}
.AnyTagClassName
{
color: #60B2E8;
}
</style>
background-color css
<style>
a { background-color: #60B2E8; }
a { background-color: rgb(96,178,232); }
div.DivClassName
{
background-color: #60B2E8;
}
.BgClassName
{
background-color: #60B2E8;
}
</style>
border-color css
<style>
span { border-color: #60B2E8; }
span { border-color: rgb(96,178,232); }
td.TdClassName
{
border-color: #60B2E8;
}
.TagClassName
{
border-color: #60B2E8;
}
</style>