Shades of Malibu #5ABBF3
Tints of Malibu #5ABBF3
RGB
CMYK
RGB Variations
Color information
#5ABBF3 (or 0x5ABBF3) is known color: Malibu. HEX triplet: 5A, BB and F3. RGB value is (90,187,243). Sum of RGB (Red+Green+Blue) = 90+187+243=520 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.31% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #5ABBF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABBF3 is #A5440C. Grayscale: #A4A4A4. Windows color (decimal): -10830861 or 15973210. OLE color: 15973210.
HSL color Cylindrical-coordinate representation of color #5ABBF3: hue angle of 201.96º 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 #5ABBF3 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 187 | 243 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.05 |
| HSL | 201.96º | 0.86% | 0.65% | - |
| HSV(B) | 201.96º | 0.63% | 0.95% | - |
| XYZ | 38.16 | 44.19 | 91.31 | - |
| YUV | 164.38 | 172.36 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 243 | 0.63 | 0.23 | 0 | 0.05 | 201.96 | 0.86 | 0.65 |
| Hex | 5A | BB | F3 | 3F | 17 | 0 | 5 | CA | 56 | 41 |
| Octal | 132 | 273 | 363 | 77 | 27 | 0 | 5 | 312 | 126 | 101 |
| Binary | 1011010 | 10111011 | 11110011 | 111111 | 10111 | 0 | 101 | 11001010 | 1010110 | 1000001 |
Color Harmonies of #5ABBF3
Complementary color
Monochromatic Colors of #5ABBF3
Black with #5ABBF3
Text Example
Text Example
White with #5ABBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABBF3; }
p { color: rgb(90,187,243); }
H1.HeaderClassName
{
color: #5ABBF3;
}
.AnyTagClassName
{
color: #5ABBF3;
}
</style>
background-color css
<style>
a { background-color: #5ABBF3; }
a { background-color: rgb(90,187,243); }
div.DivClassName
{
background-color: #5ABBF3;
}
.BgClassName
{
background-color: #5ABBF3;
}
</style>
border-color css
<style>
span { border-color: #5ABBF3; }
span { border-color: rgb(90,187,243); }
td.TdClassName
{
border-color: #5ABBF3;
}
.TagClassName
{
border-color: #5ABBF3;
}
</style>