Shades of Malibu #53B7FA
Tints of Malibu #53B7FA
RGB
CMYK
RGB Variations
Color information
#53B7FA (or 0x53B7FA) is known color: Malibu. HEX triplet: 53, B7 and FA. RGB value is (83,183,250). Sum of RGB (Red+Green+Blue) = 83+183+250=516 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.09% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #53B7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53B7FA is #AC4805. Grayscale: #A0A0A0. Windows color (decimal): -11290630 or 16430931. OLE color: 16430931.
HSL color Cylindrical-coordinate representation of color #53B7FA: hue angle of 204.07º 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 #53B7FA is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 183 | 250 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.02 |
| HSL | 204.07º | 0.94% | 0.65% | - |
| HSV(B) | 204.07º | 0.67% | 0.98% | - |
| XYZ | 37.76 | 42.61 | 96.68 | - |
| YUV | 160.74 | 178.37 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 183 | 250 | 0.67 | 0.27 | 0 | 0.02 | 204.07 | 0.94 | 0.65 |
| Hex | 53 | B7 | FA | 43 | 1B | 0 | 2 | CC | 5E | 41 |
| Octal | 123 | 267 | 372 | 103 | 33 | 0 | 2 | 314 | 136 | 101 |
| Binary | 1010011 | 10110111 | 11111010 | 1000011 | 11011 | 0 | 10 | 11001100 | 1011110 | 1000001 |
Color Harmonies of #53B7FA
Complementary color
Monochromatic Colors of #53B7FA
Black with #53B7FA
Text Example
Text Example
White with #53B7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B7FA; }
p { color: rgb(83,183,250); }
H1.HeaderClassName
{
color: #53B7FA;
}
.AnyTagClassName
{
color: #53B7FA;
}
</style>
background-color css
<style>
a { background-color: #53B7FA; }
a { background-color: rgb(83,183,250); }
div.DivClassName
{
background-color: #53B7FA;
}
.BgClassName
{
background-color: #53B7FA;
}
</style>
border-color css
<style>
span { border-color: #53B7FA; }
span { border-color: rgb(83,183,250); }
td.TdClassName
{
border-color: #53B7FA;
}
.TagClassName
{
border-color: #53B7FA;
}
</style>