Shades of Malibu #60BBF2
Tints of Malibu #60BBF2
RGB
CMYK
RGB Variations
Color information
#60BBF2 (or 0x60BBF2) is known color: Malibu. HEX triplet: 60, BB and F2. RGB value is (96,187,242). Sum of RGB (Red+Green+Blue) = 96+187+242=525 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.29% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #60BBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BBF2 is #9F440D. Grayscale: #A5A5A5. Windows color (decimal): -10437646 or 15907680. OLE color: 15907680.
HSL color Cylindrical-coordinate representation of color #60BBF2: hue angle of 202.6º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60BBF2 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 187 | 242 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.05 |
| HSL | 202.6º | 0.85% | 0.66% | - |
| HSV(B) | 202.6º | 0.6% | 0.95% | - |
| XYZ | 38.62 | 44.44 | 90.55 | - |
| YUV | 166.06 | 170.85 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 187 | 242 | 0.60 | 0.23 | 0 | 0.05 | 202.6 | 0.85 | 0.66 |
| Hex | 60 | BB | F2 | 3C | 17 | 0 | 5 | CB | 55 | 42 |
| Octal | 140 | 273 | 362 | 74 | 27 | 0 | 5 | 313 | 125 | 102 |
| Binary | 1100000 | 10111011 | 11110010 | 111100 | 10111 | 0 | 101 | 11001011 | 1010101 | 1000010 |
Color Harmonies of #60BBF2
Complementary color
Monochromatic Colors of #60BBF2
Black with #60BBF2
Text Example
Text Example
White with #60BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BBF2; }
p { color: rgb(96,187,242); }
H1.HeaderClassName
{
color: #60BBF2;
}
.AnyTagClassName
{
color: #60BBF2;
}
</style>
background-color css
<style>
a { background-color: #60BBF2; }
a { background-color: rgb(96,187,242); }
div.DivClassName
{
background-color: #60BBF2;
}
.BgClassName
{
background-color: #60BBF2;
}
</style>
border-color css
<style>
span { border-color: #60BBF2; }
span { border-color: rgb(96,187,242); }
td.TdClassName
{
border-color: #60BBF2;
}
.TagClassName
{
border-color: #60BBF2;
}
</style>