Shades of Malibu #60BFED
Tints of Malibu #60BFED
RGB
CMYK
RGB Variations
Color information
#60BFED (or 0x60BFED) is known color: Malibu. HEX triplet: 60, BF and ED. RGB value is (96,191,237). Sum of RGB (Red+Green+Blue) = 96+191+237=524 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.32% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #60BFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BFED is #9F4012. Grayscale: #A7A7A7. Windows color (decimal): -10436627 or 15581024. OLE color: 15581024.
HSL color Cylindrical-coordinate representation of color #60BFED: hue angle of 199.57º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60BFED is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 191 | 237 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.07 |
| HSL | 199.57º | 0.8% | 0.65% | - |
| HSV(B) | 199.57º | 0.59% | 0.93% | - |
| XYZ | 38.74 | 45.86 | 86.93 | - |
| YUV | 167.84 | 167.03 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 237 | 0.59 | 0.19 | 0 | 0.07 | 199.57 | 0.8 | 0.65 |
| Hex | 60 | BF | ED | 3B | 13 | 0 | 7 | C8 | 50 | 41 |
| Octal | 140 | 277 | 355 | 73 | 23 | 0 | 7 | 310 | 120 | 101 |
| Binary | 1100000 | 10111111 | 11101101 | 111011 | 10011 | 0 | 111 | 11001000 | 1010000 | 1000001 |
Color Harmonies of #60BFED
Complementary color
Monochromatic Colors of #60BFED
Black with #60BFED
Text Example
Text Example
White with #60BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BFED; }
p { color: rgb(96,191,237); }
H1.HeaderClassName
{
color: #60BFED;
}
.AnyTagClassName
{
color: #60BFED;
}
</style>
background-color css
<style>
a { background-color: #60BFED; }
a { background-color: rgb(96,191,237); }
div.DivClassName
{
background-color: #60BFED;
}
.BgClassName
{
background-color: #60BFED;
}
</style>
border-color css
<style>
span { border-color: #60BFED; }
span { border-color: rgb(96,191,237); }
td.TdClassName
{
border-color: #60BFED;
}
.TagClassName
{
border-color: #60BFED;
}
</style>