Shades of Malibu #5ABEE0
Tints of Malibu #5ABEE0
RGB
CMYK
RGB Variations
Color information
#5ABEE0 (or 0x5ABEE0) is known color: Malibu. HEX triplet: 5A, BE and E0. RGB value is (90,190,224). Sum of RGB (Red+Green+Blue) = 90+190+224=504 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.86% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #5ABEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABEE0 is #A5411F. Grayscale: #A3A3A3. Windows color (decimal): -10830112 or 14728794. OLE color: 14728794.
HSL color Cylindrical-coordinate representation of color #5ABEE0: hue angle of 195.22º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ABEE0 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 190 | 224 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.12 |
| HSL | 195.22º | 0.68% | 0.62% | - |
| HSV(B) | 195.22º | 0.6% | 0.88% | - |
| XYZ | 36.08 | 44.38 | 77.19 | - |
| YUV | 163.98 | 161.87 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 190 | 224 | 0.60 | 0.15 | 0 | 0.12 | 195.22 | 0.68 | 0.62 |
| Hex | 5A | BE | E0 | 3C | F | 0 | C | C3 | 44 | 3E |
| Octal | 132 | 276 | 340 | 74 | 17 | 0 | 14 | 303 | 104 | 76 |
| Binary | 1011010 | 10111110 | 11100000 | 111100 | 1111 | 0 | 1100 | 11000011 | 1000100 | 111110 |
Color Harmonies of #5ABEE0
Complementary color
Monochromatic Colors of #5ABEE0
Black with #5ABEE0
Text Example
Text Example
White with #5ABEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABEE0; }
p { color: rgb(90,190,224); }
H1.HeaderClassName
{
color: #5ABEE0;
}
.AnyTagClassName
{
color: #5ABEE0;
}
</style>
background-color css
<style>
a { background-color: #5ABEE0; }
a { background-color: rgb(90,190,224); }
div.DivClassName
{
background-color: #5ABEE0;
}
.BgClassName
{
background-color: #5ABEE0;
}
</style>
border-color css
<style>
span { border-color: #5ABEE0; }
span { border-color: rgb(90,190,224); }
td.TdClassName
{
border-color: #5ABEE0;
}
.TagClassName
{
border-color: #5ABEE0;
}
</style>