Shades of Malibu #60BAF1
Tints of Malibu #60BAF1
RGB
CMYK
RGB Variations
Color information
#60BAF1 (or 0x60BAF1) is known color: Malibu. HEX triplet: 60, BA and F1. RGB value is (96,186,241). Sum of RGB (Red+Green+Blue) = 96+186+241=523 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.36% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #60BAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BAF1 is #9F450E. Grayscale: #A5A5A5. Windows color (decimal): -10437903 or 15841888. OLE color: 15841888.
HSL color Cylindrical-coordinate representation of color #60BAF1: hue angle of 202.76º degrees, saturation: 0.84, 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 #60BAF1 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 186 | 241 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.05 |
| HSL | 202.76º | 0.84% | 0.66% | - |
| HSV(B) | 202.76º | 0.6% | 0.95% | - |
| XYZ | 38.26 | 43.96 | 89.69 | - |
| YUV | 165.36 | 170.68 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 241 | 0.60 | 0.23 | 0 | 0.05 | 202.76 | 0.84 | 0.66 |
| Hex | 60 | BA | F1 | 3C | 17 | 0 | 5 | CB | 54 | 42 |
| Octal | 140 | 272 | 361 | 74 | 27 | 0 | 5 | 313 | 124 | 102 |
| Binary | 1100000 | 10111010 | 11110001 | 111100 | 10111 | 0 | 101 | 11001011 | 1010100 | 1000010 |
Color Harmonies of #60BAF1
Complementary color
Monochromatic Colors of #60BAF1
Black with #60BAF1
Text Example
Text Example
White with #60BAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BAF1; }
p { color: rgb(96,186,241); }
H1.HeaderClassName
{
color: #60BAF1;
}
.AnyTagClassName
{
color: #60BAF1;
}
</style>
background-color css
<style>
a { background-color: #60BAF1; }
a { background-color: rgb(96,186,241); }
div.DivClassName
{
background-color: #60BAF1;
}
.BgClassName
{
background-color: #60BAF1;
}
</style>
border-color css
<style>
span { border-color: #60BAF1; }
span { border-color: rgb(96,186,241); }
td.TdClassName
{
border-color: #60BAF1;
}
.TagClassName
{
border-color: #60BAF1;
}
</style>