Shades of Malibu #5ABCF3
Tints of Malibu #5ABCF3
RGB
CMYK
RGB Variations
Color information
#5ABCF3 (or 0x5ABCF3) is known color: Malibu. HEX triplet: 5A, BC and F3. RGB value is (90,188,243). Sum of RGB (Red+Green+Blue) = 90+188+243=521 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.27% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #5ABCF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABCF3 is #A5430C. Grayscale: #A4A4A4. Windows color (decimal): -10830605 or 15973466. OLE color: 15973466.
HSL color Cylindrical-coordinate representation of color #5ABCF3: hue angle of 201.57º 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 #5ABCF3 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 188 | 243 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.05 |
| HSL | 201.57º | 0.86% | 0.65% | - |
| HSV(B) | 201.57º | 0.63% | 0.95% | - |
| XYZ | 38.38 | 44.61 | 91.38 | - |
| YUV | 164.97 | 172.03 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 243 | 0.63 | 0.23 | 0 | 0.05 | 201.57 | 0.86 | 0.65 |
| Hex | 5A | BC | F3 | 3F | 17 | 0 | 5 | CA | 56 | 41 |
| Octal | 132 | 274 | 363 | 77 | 27 | 0 | 5 | 312 | 126 | 101 |
| Binary | 1011010 | 10111100 | 11110011 | 111111 | 10111 | 0 | 101 | 11001010 | 1010110 | 1000001 |
Color Harmonies of #5ABCF3
Complementary color
Monochromatic Colors of #5ABCF3
Black with #5ABCF3
Text Example
Text Example
White with #5ABCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABCF3; }
p { color: rgb(90,188,243); }
H1.HeaderClassName
{
color: #5ABCF3;
}
.AnyTagClassName
{
color: #5ABCF3;
}
</style>
background-color css
<style>
a { background-color: #5ABCF3; }
a { background-color: rgb(90,188,243); }
div.DivClassName
{
background-color: #5ABCF3;
}
.BgClassName
{
background-color: #5ABCF3;
}
</style>
border-color css
<style>
span { border-color: #5ABCF3; }
span { border-color: rgb(90,188,243); }
td.TdClassName
{
border-color: #5ABCF3;
}
.TagClassName
{
border-color: #5ABCF3;
}
</style>