Shades of Malibu #5AACF2
Tints of Malibu #5AACF2
RGB
CMYK
RGB Variations
Color information
#5AACF2 (or 0x5AACF2) is known color: Malibu. HEX triplet: 5A, AC and F2. RGB value is (90,172,242). Sum of RGB (Red+Green+Blue) = 90+172+242=504 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.86% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #5AACF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AACF2 is #A5530D. Grayscale: #9B9B9B. Windows color (decimal): -10834702 or 15903834. OLE color: 15903834.
HSL color Cylindrical-coordinate representation of color #5AACF2: hue angle of 207.63º 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 #5AACF2 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 172 | 242 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.05 |
| HSL | 207.63º | 0.85% | 0.65% | - |
| HSV(B) | 207.63º | 0.63% | 0.95% | - |
| XYZ | 35 | 38.09 | 89.51 | - |
| YUV | 155.46 | 176.83 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 172 | 242 | 0.63 | 0.29 | 0 | 0.05 | 207.63 | 0.85 | 0.65 |
| Hex | 5A | AC | F2 | 3F | 1D | 0 | 5 | D0 | 55 | 41 |
| Octal | 132 | 254 | 362 | 77 | 35 | 0 | 5 | 320 | 125 | 101 |
| Binary | 1011010 | 10101100 | 11110010 | 111111 | 11101 | 0 | 101 | 11010000 | 1010101 | 1000001 |
Color Harmonies of #5AACF2
Complementary color
Monochromatic Colors of #5AACF2
Black with #5AACF2
Text Example
Text Example
White with #5AACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AACF2; }
p { color: rgb(90,172,242); }
H1.HeaderClassName
{
color: #5AACF2;
}
.AnyTagClassName
{
color: #5AACF2;
}
</style>
background-color css
<style>
a { background-color: #5AACF2; }
a { background-color: rgb(90,172,242); }
div.DivClassName
{
background-color: #5AACF2;
}
.BgClassName
{
background-color: #5AACF2;
}
</style>
border-color css
<style>
span { border-color: #5AACF2; }
span { border-color: rgb(90,172,242); }
td.TdClassName
{
border-color: #5AACF2;
}
.TagClassName
{
border-color: #5AACF2;
}
</style>