Shades of Malibu #60BEE7
Tints of Malibu #60BEE7
RGB
CMYK
RGB Variations
Color information
#60BEE7 (or 0x60BEE7) is known color: Malibu. HEX triplet: 60, BE and E7. RGB value is (96,190,231). Sum of RGB (Red+Green+Blue) = 96+190+231=517 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.57% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #60BEE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BEE7 is #9F4118. Grayscale: #A6A6A6. Windows color (decimal): -10436889 or 15187552. OLE color: 15187552.
HSL color Cylindrical-coordinate representation of color #60BEE7: hue angle of 198.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 #60BEE7 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 96 | 190 | 231 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.09 |
| HSL | 198.22º | 0.74% | 0.64% | - |
| HSV(B) | 198.22º | 0.58% | 0.91% | - |
| XYZ | 37.66 | 45.08 | 82.32 | - |
| YUV | 166.57 | 164.36 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 190 | 231 | 0.58 | 0.18 | 0 | 0.09 | 198.22 | 0.74 | 0.64 |
| Hex | 60 | BE | E7 | 3A | 12 | 0 | 9 | C6 | 4A | 40 |
| Octal | 140 | 276 | 347 | 72 | 22 | 0 | 11 | 306 | 112 | 100 |
| Binary | 1100000 | 10111110 | 11100111 | 111010 | 10010 | 0 | 1001 | 11000110 | 1001010 | 1000000 |
Color Harmonies of #60BEE7
Complementary color
Monochromatic Colors of #60BEE7
Black with #60BEE7
Text Example
Text Example
White with #60BEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BEE7; }
p { color: rgb(96,190,231); }
H1.HeaderClassName
{
color: #60BEE7;
}
.AnyTagClassName
{
color: #60BEE7;
}
</style>
background-color css
<style>
a { background-color: #60BEE7; }
a { background-color: rgb(96,190,231); }
div.DivClassName
{
background-color: #60BEE7;
}
.BgClassName
{
background-color: #60BEE7;
}
</style>
border-color css
<style>
span { border-color: #60BEE7; }
span { border-color: rgb(96,190,231); }
td.TdClassName
{
border-color: #60BEE7;
}
.TagClassName
{
border-color: #60BEE7;
}
</style>