Shades of Malibu #5ABDF2
Tints of Malibu #5ABDF2
RGB
CMYK
RGB Variations
Color information
#5ABDF2 (or 0x5ABDF2) is known color: Malibu. HEX triplet: 5A, BD and F2. RGB value is (90,189,242). Sum of RGB (Red+Green+Blue) = 90+189+242=521 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.27% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #5ABDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABDF2 is #A5420D. Grayscale: #A5A5A5. Windows color (decimal): -10830350 or 15908186. OLE color: 15908186.
HSL color Cylindrical-coordinate representation of color #5ABDF2: hue angle of 200.92º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ABDF2 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 189 | 242 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.05 |
| HSL | 200.92º | 0.85% | 0.65% | - |
| HSV(B) | 200.92º | 0.63% | 0.95% | - |
| XYZ | 38.44 | 44.98 | 90.66 | - |
| YUV | 165.44 | 171.2 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 242 | 0.63 | 0.22 | 0 | 0.05 | 200.92 | 0.85 | 0.65 |
| Hex | 5A | BD | F2 | 3F | 16 | 0 | 5 | C9 | 55 | 41 |
| Octal | 132 | 275 | 362 | 77 | 26 | 0 | 5 | 311 | 125 | 101 |
| Binary | 1011010 | 10111101 | 11110010 | 111111 | 10110 | 0 | 101 | 11001001 | 1010101 | 1000001 |
Color Harmonies of #5ABDF2
Complementary color
Monochromatic Colors of #5ABDF2
Black with #5ABDF2
Text Example
Text Example
White with #5ABDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABDF2; }
p { color: rgb(90,189,242); }
H1.HeaderClassName
{
color: #5ABDF2;
}
.AnyTagClassName
{
color: #5ABDF2;
}
</style>
background-color css
<style>
a { background-color: #5ABDF2; }
a { background-color: rgb(90,189,242); }
div.DivClassName
{
background-color: #5ABDF2;
}
.BgClassName
{
background-color: #5ABDF2;
}
</style>
border-color css
<style>
span { border-color: #5ABDF2; }
span { border-color: rgb(90,189,242); }
td.TdClassName
{
border-color: #5ABDF2;
}
.TagClassName
{
border-color: #5ABDF2;
}
</style>