Shades of Malibu #5AC3F1
Tints of Malibu #5AC3F1
RGB
CMYK
RGB Variations
Color information
#5AC3F1 (or 0x5AC3F1) is known color: Malibu. HEX triplet: 5A, C3 and F1. RGB value is (90,195,241). Sum of RGB (Red+Green+Blue) = 90+195+241=526 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.11% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #5AC3F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC3F1 is #A53C0E. Grayscale: #A8A8A8. Windows color (decimal): -10828815 or 15844186. OLE color: 15844186.
HSL color Cylindrical-coordinate representation of color #5AC3F1: hue angle of 198.28º degrees, saturation: 0.84, 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 #5AC3F1 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 195 | 241 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.05 |
| HSL | 198.28º | 0.84% | 0.65% | - |
| HSV(B) | 198.28º | 0.63% | 0.95% | - |
| XYZ | 39.61 | 47.55 | 90.31 | - |
| YUV | 168.85 | 168.71 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 195 | 241 | 0.63 | 0.19 | 0 | 0.05 | 198.28 | 0.84 | 0.65 |
| Hex | 5A | C3 | F1 | 3F | 13 | 0 | 5 | C6 | 54 | 41 |
| Octal | 132 | 303 | 361 | 77 | 23 | 0 | 5 | 306 | 124 | 101 |
| Binary | 1011010 | 11000011 | 11110001 | 111111 | 10011 | 0 | 101 | 11000110 | 1010100 | 1000001 |
Color Harmonies of #5AC3F1
Complementary color
Monochromatic Colors of #5AC3F1
Black with #5AC3F1
Text Example
Text Example
White with #5AC3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC3F1; }
p { color: rgb(90,195,241); }
H1.HeaderClassName
{
color: #5AC3F1;
}
.AnyTagClassName
{
color: #5AC3F1;
}
</style>
background-color css
<style>
a { background-color: #5AC3F1; }
a { background-color: rgb(90,195,241); }
div.DivClassName
{
background-color: #5AC3F1;
}
.BgClassName
{
background-color: #5AC3F1;
}
</style>
border-color css
<style>
span { border-color: #5AC3F1; }
span { border-color: rgb(90,195,241); }
td.TdClassName
{
border-color: #5AC3F1;
}
.TagClassName
{
border-color: #5AC3F1;
}
</style>