Shades of Malibu #60B9ED
Tints of Malibu #60B9ED
RGB
CMYK
RGB Variations
Color information
#60B9ED (or 0x60B9ED) is known color: Malibu. HEX triplet: 60, B9 and ED. RGB value is (96,185,237). Sum of RGB (Red+Green+Blue) = 96+185+237=518 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.53% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #60B9ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B9ED is #9F4612. Grayscale: #A4A4A4. Windows color (decimal): -10438163 or 15579488. OLE color: 15579488.
HSL color Cylindrical-coordinate representation of color #60B9ED: hue angle of 202.13º 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 #60B9ED is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 185 | 237 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.07 |
| HSL | 202.13º | 0.8% | 0.65% | - |
| HSV(B) | 202.13º | 0.59% | 0.93% | - |
| XYZ | 37.46 | 43.3 | 86.5 | - |
| YUV | 164.32 | 169.01 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 185 | 237 | 0.59 | 0.22 | 0 | 0.07 | 202.13 | 0.8 | 0.65 |
| Hex | 60 | B9 | ED | 3B | 16 | 0 | 7 | CA | 50 | 41 |
| Octal | 140 | 271 | 355 | 73 | 26 | 0 | 7 | 312 | 120 | 101 |
| Binary | 1100000 | 10111001 | 11101101 | 111011 | 10110 | 0 | 111 | 11001010 | 1010000 | 1000001 |
Color Harmonies of #60B9ED
Complementary color
Monochromatic Colors of #60B9ED
Black with #60B9ED
Text Example
Text Example
White with #60B9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B9ED; }
p { color: rgb(96,185,237); }
H1.HeaderClassName
{
color: #60B9ED;
}
.AnyTagClassName
{
color: #60B9ED;
}
</style>
background-color css
<style>
a { background-color: #60B9ED; }
a { background-color: rgb(96,185,237); }
div.DivClassName
{
background-color: #60B9ED;
}
.BgClassName
{
background-color: #60B9ED;
}
</style>
border-color css
<style>
span { border-color: #60B9ED; }
span { border-color: rgb(96,185,237); }
td.TdClassName
{
border-color: #60B9ED;
}
.TagClassName
{
border-color: #60B9ED;
}
</style>