Shades of Malibu #5ABFE6
Tints of Malibu #5ABFE6
RGB
CMYK
RGB Variations
Color information
#5ABFE6 (or 0x5ABFE6) is known color: Malibu. HEX triplet: 5A, BF and E6. RGB value is (90,191,230). Sum of RGB (Red+Green+Blue) = 90+191+230=511 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.61% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 230 - color contains mainly: blue. Hex color #5ABFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABFE6 is #A54019. Grayscale: #A4A4A4. Windows color (decimal): -10829850 or 15122266. OLE color: 15122266.
HSL color Cylindrical-coordinate representation of color #5ABFE6: hue angle of 196.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5ABFE6 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 191 | 230 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.10 |
| HSL | 196.71º | 0.74% | 0.63% | - |
| HSV(B) | 196.71º | 0.61% | 0.9% | - |
| XYZ | 37.13 | 45.15 | 81.62 | - |
| YUV | 165.25 | 164.54 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 230 | 0.61 | 0.17 | 0 | 0.10 | 196.71 | 0.74 | 0.63 |
| Hex | 5A | BF | E6 | 3D | 11 | 0 | A | C5 | 4A | 3F |
| Octal | 132 | 277 | 346 | 75 | 21 | 0 | 12 | 305 | 112 | 77 |
| Binary | 1011010 | 10111111 | 11100110 | 111101 | 10001 | 0 | 1010 | 11000101 | 1001010 | 111111 |
Color Harmonies of #5ABFE6
Complementary color
Monochromatic Colors of #5ABFE6
Black with #5ABFE6
Text Example
Text Example
White with #5ABFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABFE6; }
p { color: rgb(90,191,230); }
H1.HeaderClassName
{
color: #5ABFE6;
}
.AnyTagClassName
{
color: #5ABFE6;
}
</style>
background-color css
<style>
a { background-color: #5ABFE6; }
a { background-color: rgb(90,191,230); }
div.DivClassName
{
background-color: #5ABFE6;
}
.BgClassName
{
background-color: #5ABFE6;
}
</style>
border-color css
<style>
span { border-color: #5ABFE6; }
span { border-color: rgb(90,191,230); }
td.TdClassName
{
border-color: #5ABFE6;
}
.TagClassName
{
border-color: #5ABFE6;
}
</style>