Shades of Malibu #5AC6F4
Tints of Malibu #5AC6F4
RGB
CMYK
RGB Variations
Color information
#5AC6F4 (or 0x5AC6F4) is known color: Malibu. HEX triplet: 5A, C6 and F4. RGB value is (90,198,244). Sum of RGB (Red+Green+Blue) = 90+198+244=532 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.92% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 244 (95.70% from 255 or 45.86% from 532); Max value from RGB is 244 - color contains mainly: blue. Hex color #5AC6F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC6F4 is #A5390B. Grayscale: #AAAAAA. Windows color (decimal): -10828044 or 16041562. OLE color: 16041562.
HSL color Cylindrical-coordinate representation of color #5AC6F4: hue angle of 197.92º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AC6F4 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 198 | 244 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.04 |
| HSL | 197.92º | 0.88% | 0.65% | - |
| HSV(B) | 197.92º | 0.63% | 0.96% | - |
| XYZ | 40.74 | 49.09 | 92.92 | - |
| YUV | 170.95 | 169.22 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 198 | 244 | 0.63 | 0.19 | 0 | 0.04 | 197.92 | 0.88 | 0.65 |
| Hex | 5A | C6 | F4 | 3F | 13 | 0 | 4 | C6 | 58 | 41 |
| Octal | 132 | 306 | 364 | 77 | 23 | 0 | 4 | 306 | 130 | 101 |
| Binary | 1011010 | 11000110 | 11110100 | 111111 | 10011 | 0 | 100 | 11000110 | 1011000 | 1000001 |
Color Harmonies of #5AC6F4
Complementary color
Monochromatic Colors of #5AC6F4
Black with #5AC6F4
Text Example
Text Example
White with #5AC6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC6F4; }
p { color: rgb(90,198,244); }
H1.HeaderClassName
{
color: #5AC6F4;
}
.AnyTagClassName
{
color: #5AC6F4;
}
</style>
background-color css
<style>
a { background-color: #5AC6F4; }
a { background-color: rgb(90,198,244); }
div.DivClassName
{
background-color: #5AC6F4;
}
.BgClassName
{
background-color: #5AC6F4;
}
</style>
border-color css
<style>
span { border-color: #5AC6F4; }
span { border-color: rgb(90,198,244); }
td.TdClassName
{
border-color: #5AC6F4;
}
.TagClassName
{
border-color: #5AC6F4;
}
</style>