Shades of Malibu #60B3E5
Tints of Malibu #60B3E5
RGB
CMYK
RGB Variations
Color information
#60B3E5 (or 0x60B3E5) is known color: Malibu. HEX triplet: 60, B3 and E5. RGB value is (96,179,229). Sum of RGB (Red+Green+Blue) = 96+179+229=504 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.05% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #60B3E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B3E5 is #9F4C1A. Grayscale: #9F9F9F. Windows color (decimal): -10439707 or 15053664. OLE color: 15053664.
HSL color Cylindrical-coordinate representation of color #60B3E5: hue angle of 202.56º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60B3E5 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 179 | 229 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.10 |
| HSL | 202.56º | 0.72% | 0.64% | - |
| HSV(B) | 202.56º | 0.58% | 0.9% | - |
| XYZ | 35.09 | 40.38 | 80.07 | - |
| YUV | 159.88 | 167 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 229 | 0.58 | 0.22 | 0 | 0.10 | 202.56 | 0.72 | 0.64 |
| Hex | 60 | B3 | E5 | 3A | 16 | 0 | A | CB | 48 | 40 |
| Octal | 140 | 263 | 345 | 72 | 26 | 0 | 12 | 313 | 110 | 100 |
| Binary | 1100000 | 10110011 | 11100101 | 111010 | 10110 | 0 | 1010 | 11001011 | 1001000 | 1000000 |
Color Harmonies of #60B3E5
Complementary color
Monochromatic Colors of #60B3E5
Black with #60B3E5
Text Example
Text Example
White with #60B3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B3E5; }
p { color: rgb(96,179,229); }
H1.HeaderClassName
{
color: #60B3E5;
}
.AnyTagClassName
{
color: #60B3E5;
}
</style>
background-color css
<style>
a { background-color: #60B3E5; }
a { background-color: rgb(96,179,229); }
div.DivClassName
{
background-color: #60B3E5;
}
.BgClassName
{
background-color: #60B3E5;
}
</style>
border-color css
<style>
span { border-color: #60B3E5; }
span { border-color: rgb(96,179,229); }
td.TdClassName
{
border-color: #60B3E5;
}
.TagClassName
{
border-color: #60B3E5;
}
</style>