Shades of Malibu #60B6ED
Tints of Malibu #60B6ED
RGB
CMYK
RGB Variations
Color information
#60B6ED (or 0x60B6ED) is known color: Malibu. HEX triplet: 60, B6 and ED. RGB value is (96,182,237). Sum of RGB (Red+Green+Blue) = 96+182+237=515 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.64% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #60B6ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B6ED is #9F4912. Grayscale: #A2A2A2. Windows color (decimal): -10438931 or 15578720. OLE color: 15578720.
HSL color Cylindrical-coordinate representation of color #60B6ED: hue angle of 203.4º 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 #60B6ED is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 182 | 237 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.07 |
| HSL | 203.4º | 0.8% | 0.65% | - |
| HSV(B) | 203.4º | 0.59% | 0.93% | - |
| XYZ | 36.84 | 42.06 | 86.3 | - |
| YUV | 162.56 | 170.01 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 182 | 237 | 0.59 | 0.23 | 0 | 0.07 | 203.4 | 0.8 | 0.65 |
| Hex | 60 | B6 | ED | 3B | 17 | 0 | 7 | CB | 50 | 41 |
| Octal | 140 | 266 | 355 | 73 | 27 | 0 | 7 | 313 | 120 | 101 |
| Binary | 1100000 | 10110110 | 11101101 | 111011 | 10111 | 0 | 111 | 11001011 | 1010000 | 1000001 |
Color Harmonies of #60B6ED
Complementary color
Monochromatic Colors of #60B6ED
Black with #60B6ED
Text Example
Text Example
White with #60B6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B6ED; }
p { color: rgb(96,182,237); }
H1.HeaderClassName
{
color: #60B6ED;
}
.AnyTagClassName
{
color: #60B6ED;
}
</style>
background-color css
<style>
a { background-color: #60B6ED; }
a { background-color: rgb(96,182,237); }
div.DivClassName
{
background-color: #60B6ED;
}
.BgClassName
{
background-color: #60B6ED;
}
</style>
border-color css
<style>
span { border-color: #60B6ED; }
span { border-color: rgb(96,182,237); }
td.TdClassName
{
border-color: #60B6ED;
}
.TagClassName
{
border-color: #60B6ED;
}
</style>