Shades of Malibu #5ABDF3
Tints of Malibu #5ABDF3
RGB
CMYK
RGB Variations
Color information
#5ABDF3 (or 0x5ABDF3) is known color: Malibu. HEX triplet: 5A, BD and F3. RGB value is (90,189,243). Sum of RGB (Red+Green+Blue) = 90+189+243=522 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.24% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 243 (95.31% from 255 or 46.55% from 522); Max value from RGB is 243 - color contains mainly: blue. Hex color #5ABDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABDF3 is #A5420C. Grayscale: #A5A5A5. Windows color (decimal): -10830349 or 15973722. OLE color: 15973722.
HSL color Cylindrical-coordinate representation of color #5ABDF3: hue angle of 201.18º degrees, saturation: 0.86, 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 #5ABDF3 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 189 | 243 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.05 |
| HSL | 201.18º | 0.86% | 0.65% | - |
| HSV(B) | 201.18º | 0.63% | 0.95% | - |
| XYZ | 38.59 | 45.04 | 91.45 | - |
| YUV | 165.56 | 171.7 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 243 | 0.63 | 0.22 | 0 | 0.05 | 201.18 | 0.86 | 0.65 |
| Hex | 5A | BD | F3 | 3F | 16 | 0 | 5 | C9 | 56 | 41 |
| Octal | 132 | 275 | 363 | 77 | 26 | 0 | 5 | 311 | 126 | 101 |
| Binary | 1011010 | 10111101 | 11110011 | 111111 | 10110 | 0 | 101 | 11001001 | 1010110 | 1000001 |
Color Harmonies of #5ABDF3
Complementary color
Monochromatic Colors of #5ABDF3
Black with #5ABDF3
Text Example
Text Example
White with #5ABDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABDF3; }
p { color: rgb(90,189,243); }
H1.HeaderClassName
{
color: #5ABDF3;
}
.AnyTagClassName
{
color: #5ABDF3;
}
</style>
background-color css
<style>
a { background-color: #5ABDF3; }
a { background-color: rgb(90,189,243); }
div.DivClassName
{
background-color: #5ABDF3;
}
.BgClassName
{
background-color: #5ABDF3;
}
</style>
border-color css
<style>
span { border-color: #5ABDF3; }
span { border-color: rgb(90,189,243); }
td.TdClassName
{
border-color: #5ABDF3;
}
.TagClassName
{
border-color: #5ABDF3;
}
</style>