Shades of Malibu #5ABBF2
Tints of Malibu #5ABBF2
RGB
CMYK
RGB Variations
Color information
#5ABBF2 (or 0x5ABBF2) is known color: Malibu. HEX triplet: 5A, BB and F2. RGB value is (90,187,242). Sum of RGB (Red+Green+Blue) = 90+187+242=519 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.34% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #5ABBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABBF2 is #A5440D. Grayscale: #A3A3A3. Windows color (decimal): -10830862 or 15907674. OLE color: 15907674.
HSL color Cylindrical-coordinate representation of color #5ABBF2: hue angle of 201.71º 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 #5ABBF2 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 187 | 242 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.05 |
| HSL | 201.71º | 0.85% | 0.65% | - |
| HSV(B) | 201.71º | 0.63% | 0.95% | - |
| XYZ | 38.01 | 44.13 | 90.52 | - |
| YUV | 164.27 | 171.86 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 242 | 0.63 | 0.23 | 0 | 0.05 | 201.71 | 0.85 | 0.65 |
| Hex | 5A | BB | F2 | 3F | 17 | 0 | 5 | CA | 55 | 41 |
| Octal | 132 | 273 | 362 | 77 | 27 | 0 | 5 | 312 | 125 | 101 |
| Binary | 1011010 | 10111011 | 11110010 | 111111 | 10111 | 0 | 101 | 11001010 | 1010101 | 1000001 |
Color Harmonies of #5ABBF2
Complementary color
Monochromatic Colors of #5ABBF2
Black with #5ABBF2
Text Example
Text Example
White with #5ABBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABBF2; }
p { color: rgb(90,187,242); }
H1.HeaderClassName
{
color: #5ABBF2;
}
.AnyTagClassName
{
color: #5ABBF2;
}
</style>
background-color css
<style>
a { background-color: #5ABBF2; }
a { background-color: rgb(90,187,242); }
div.DivClassName
{
background-color: #5ABBF2;
}
.BgClassName
{
background-color: #5ABBF2;
}
</style>
border-color css
<style>
span { border-color: #5ABBF2; }
span { border-color: rgb(90,187,242); }
td.TdClassName
{
border-color: #5ABBF2;
}
.TagClassName
{
border-color: #5ABBF2;
}
</style>