Shades of Malibu #53BFFA
Tints of Malibu #53BFFA
RGB
CMYK
RGB Variations
Color information
#53BFFA (or 0x53BFFA) is known color: Malibu. HEX triplet: 53, BF and FA. RGB value is (83,191,250). Sum of RGB (Red+Green+Blue) = 83+191+250=524 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.84% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #53BFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BFFA is #AC4005. Grayscale: #A5A5A5. Windows color (decimal): -11288582 or 16432979. OLE color: 16432979.
HSL color Cylindrical-coordinate representation of color #53BFFA: hue angle of 201.2º 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 #53BFFA is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 191 | 250 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.02 |
| HSL | 201.2º | 0.94% | 0.65% | - |
| HSV(B) | 201.2º | 0.67% | 0.98% | - |
| XYZ | 39.45 | 46 | 97.24 | - |
| YUV | 165.43 | 175.72 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 191 | 250 | 0.67 | 0.24 | 0 | 0.02 | 201.2 | 0.94 | 0.65 |
| Hex | 53 | BF | FA | 43 | 18 | 0 | 2 | C9 | 5E | 41 |
| Octal | 123 | 277 | 372 | 103 | 30 | 0 | 2 | 311 | 136 | 101 |
| Binary | 1010011 | 10111111 | 11111010 | 1000011 | 11000 | 0 | 10 | 11001001 | 1011110 | 1000001 |
Color Harmonies of #53BFFA
Complementary color
Monochromatic Colors of #53BFFA
Black with #53BFFA
Text Example
Text Example
White with #53BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BFFA; }
p { color: rgb(83,191,250); }
H1.HeaderClassName
{
color: #53BFFA;
}
.AnyTagClassName
{
color: #53BFFA;
}
</style>
background-color css
<style>
a { background-color: #53BFFA; }
a { background-color: rgb(83,191,250); }
div.DivClassName
{
background-color: #53BFFA;
}
.BgClassName
{
background-color: #53BFFA;
}
</style>
border-color css
<style>
span { border-color: #53BFFA; }
span { border-color: rgb(83,191,250); }
td.TdClassName
{
border-color: #53BFFA;
}
.TagClassName
{
border-color: #53BFFA;
}
</style>