Shades of Malibu #53BAF1
Tints of Malibu #53BAF1
RGB
CMYK
RGB Variations
Color information
#53BAF1 (or 0x53BAF1) is known color: Malibu. HEX triplet: 53, BA and F1. RGB value is (83,186,241). Sum of RGB (Red+Green+Blue) = 83+186+241=510 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.27% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #53BAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BAF1 is #AC450E. Grayscale: #A1A1A1. Windows color (decimal): -11289871 or 15841875. OLE color: 15841875.
HSL color Cylindrical-coordinate representation of color #53BAF1: hue angle of 200.89º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53BAF1 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 186 | 241 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.05 |
| HSL | 200.89º | 0.85% | 0.64% | - |
| HSV(B) | 200.89º | 0.66% | 0.95% | - |
| XYZ | 37 | 43.31 | 89.63 | - |
| YUV | 161.47 | 172.88 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 241 | 0.66 | 0.23 | 0 | 0.05 | 200.89 | 0.85 | 0.64 |
| Hex | 53 | BA | F1 | 42 | 17 | 0 | 5 | C9 | 55 | 40 |
| Octal | 123 | 272 | 361 | 102 | 27 | 0 | 5 | 311 | 125 | 100 |
| Binary | 1010011 | 10111010 | 11110001 | 1000010 | 10111 | 0 | 101 | 11001001 | 1010101 | 1000000 |
Color Harmonies of #53BAF1
Complementary color
Monochromatic Colors of #53BAF1
Black with #53BAF1
Text Example
Text Example
White with #53BAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BAF1; }
p { color: rgb(83,186,241); }
H1.HeaderClassName
{
color: #53BAF1;
}
.AnyTagClassName
{
color: #53BAF1;
}
</style>
background-color css
<style>
a { background-color: #53BAF1; }
a { background-color: rgb(83,186,241); }
div.DivClassName
{
background-color: #53BAF1;
}
.BgClassName
{
background-color: #53BAF1;
}
</style>
border-color css
<style>
span { border-color: #53BAF1; }
span { border-color: rgb(83,186,241); }
td.TdClassName
{
border-color: #53BAF1;
}
.TagClassName
{
border-color: #53BAF1;
}
</style>