Shades of Malibu #5ABDF5
Tints of Malibu #5ABDF5
RGB
CMYK
RGB Variations
Color information
#5ABDF5 (or 0x5ABDF5) is known color: Malibu. HEX triplet: 5A, BD and F5. RGB value is (90,189,245). Sum of RGB (Red+Green+Blue) = 90+189+245=524 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.18% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 245 (96.09% from 255 or 46.76% from 524); Max value from RGB is 245 - color contains mainly: blue. Hex color #5ABDF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABDF5 is #A5420A. Grayscale: #A5A5A5. Windows color (decimal): -10830347 or 16104794. OLE color: 16104794.
HSL color Cylindrical-coordinate representation of color #5ABDF5: hue angle of 201.68º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ABDF5 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 189 | 245 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.04 |
| HSL | 201.68º | 0.89% | 0.66% | - |
| HSV(B) | 201.68º | 0.63% | 0.96% | - |
| XYZ | 38.9 | 45.16 | 93.05 | - |
| YUV | 165.78 | 172.7 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 245 | 0.63 | 0.23 | 0 | 0.04 | 201.68 | 0.89 | 0.66 |
| Hex | 5A | BD | F5 | 3F | 17 | 0 | 4 | CA | 59 | 42 |
| Octal | 132 | 275 | 365 | 77 | 27 | 0 | 4 | 312 | 131 | 102 |
| Binary | 1011010 | 10111101 | 11110101 | 111111 | 10111 | 0 | 100 | 11001010 | 1011001 | 1000010 |
Color Harmonies of #5ABDF5
Complementary color
Monochromatic Colors of #5ABDF5
Black with #5ABDF5
Text Example
Text Example
White with #5ABDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABDF5; }
p { color: rgb(90,189,245); }
H1.HeaderClassName
{
color: #5ABDF5;
}
.AnyTagClassName
{
color: #5ABDF5;
}
</style>
background-color css
<style>
a { background-color: #5ABDF5; }
a { background-color: rgb(90,189,245); }
div.DivClassName
{
background-color: #5ABDF5;
}
.BgClassName
{
background-color: #5ABDF5;
}
</style>
border-color css
<style>
span { border-color: #5ABDF5; }
span { border-color: rgb(90,189,245); }
td.TdClassName
{
border-color: #5ABDF5;
}
.TagClassName
{
border-color: #5ABDF5;
}
</style>