Shades of Malibu #53B8F0
Tints of Malibu #53B8F0
RGB
CMYK
RGB Variations
Color information
#53B8F0 (or 0x53B8F0) is known color: Malibu. HEX triplet: 53, B8 and F0. RGB value is (83,184,240). Sum of RGB (Red+Green+Blue) = 83+184+240=507 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.37% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #53B8F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53B8F0 is #AC470F. Grayscale: #9F9F9F. Windows color (decimal): -11290384 or 15775827. OLE color: 15775827.
HSL color Cylindrical-coordinate representation of color #53B8F0: hue angle of 201.4º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53B8F0 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 184 | 240 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.06 |
| HSL | 201.4º | 0.84% | 0.63% | - |
| HSV(B) | 201.4º | 0.65% | 0.94% | - |
| XYZ | 36.44 | 42.41 | 88.7 | - |
| YUV | 160.19 | 173.04 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 184 | 240 | 0.65 | 0.23 | 0 | 0.06 | 201.4 | 0.84 | 0.63 |
| Hex | 53 | B8 | F0 | 41 | 17 | 0 | 6 | C9 | 54 | 3F |
| Octal | 123 | 270 | 360 | 101 | 27 | 0 | 6 | 311 | 124 | 77 |
| Binary | 1010011 | 10111000 | 11110000 | 1000001 | 10111 | 0 | 110 | 11001001 | 1010100 | 111111 |
Color Harmonies of #53B8F0
Complementary color
Monochromatic Colors of #53B8F0
Black with #53B8F0
Text Example
Text Example
White with #53B8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B8F0; }
p { color: rgb(83,184,240); }
H1.HeaderClassName
{
color: #53B8F0;
}
.AnyTagClassName
{
color: #53B8F0;
}
</style>
background-color css
<style>
a { background-color: #53B8F0; }
a { background-color: rgb(83,184,240); }
div.DivClassName
{
background-color: #53B8F0;
}
.BgClassName
{
background-color: #53B8F0;
}
</style>
border-color css
<style>
span { border-color: #53B8F0; }
span { border-color: rgb(83,184,240); }
td.TdClassName
{
border-color: #53B8F0;
}
.TagClassName
{
border-color: #53B8F0;
}
</style>