Shades of Malibu #53BAFA
Tints of Malibu #53BAFA
RGB
CMYK
RGB Variations
Color information
#53BAFA (or 0x53BAFA) is known color: Malibu. HEX triplet: 53, BA and FA. RGB value is (83,186,250). Sum of RGB (Red+Green+Blue) = 83+186+250=519 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.99% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #53BAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BAFA is #AC4505. Grayscale: #A2A2A2. Windows color (decimal): -11289862 or 16431699. OLE color: 16431699.
HSL color Cylindrical-coordinate representation of color #53BAFA: hue angle of 202.99º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53BAFA is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 186 | 250 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.02 |
| HSL | 202.99º | 0.94% | 0.65% | - |
| HSV(B) | 202.99º | 0.67% | 0.98% | - |
| XYZ | 38.38 | 43.86 | 96.89 | - |
| YUV | 162.5 | 177.38 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 250 | 0.67 | 0.26 | 0 | 0.02 | 202.99 | 0.94 | 0.65 |
| Hex | 53 | BA | FA | 43 | 1A | 0 | 2 | CB | 5E | 41 |
| Octal | 123 | 272 | 372 | 103 | 32 | 0 | 2 | 313 | 136 | 101 |
| Binary | 1010011 | 10111010 | 11111010 | 1000011 | 11010 | 0 | 10 | 11001011 | 1011110 | 1000001 |
Color Harmonies of #53BAFA
Complementary color
Monochromatic Colors of #53BAFA
Black with #53BAFA
Text Example
Text Example
White with #53BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BAFA; }
p { color: rgb(83,186,250); }
H1.HeaderClassName
{
color: #53BAFA;
}
.AnyTagClassName
{
color: #53BAFA;
}
</style>
background-color css
<style>
a { background-color: #53BAFA; }
a { background-color: rgb(83,186,250); }
div.DivClassName
{
background-color: #53BAFA;
}
.BgClassName
{
background-color: #53BAFA;
}
</style>
border-color css
<style>
span { border-color: #53BAFA; }
span { border-color: rgb(83,186,250); }
td.TdClassName
{
border-color: #53BAFA;
}
.TagClassName
{
border-color: #53BAFA;
}
</style>