Shades of Malibu #53B8F5
Tints of Malibu #53B8F5
RGB
CMYK
RGB Variations
Color information
#53B8F5 (or 0x53B8F5) is known color: Malibu. HEX triplet: 53, B8 and F5. RGB value is (83,184,245). Sum of RGB (Red+Green+Blue) = 83+184+245=512 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.21% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 245 (96.09% from 255 or 47.85% from 512); Max value from RGB is 245 - color contains mainly: blue. Hex color #53B8F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53B8F5 is #AC470A. Grayscale: #A0A0A0. Windows color (decimal): -11290379 or 16103507. OLE color: 16103507.
HSL color Cylindrical-coordinate representation of color #53B8F5: hue angle of 202.59º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53B8F5 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 184 | 245 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.04 |
| HSL | 202.59º | 0.89% | 0.64% | - |
| HSV(B) | 202.59º | 0.66% | 0.96% | - |
| XYZ | 37.19 | 42.71 | 92.67 | - |
| YUV | 160.76 | 175.54 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 184 | 245 | 0.66 | 0.25 | 0 | 0.04 | 202.59 | 0.89 | 0.64 |
| Hex | 53 | B8 | F5 | 42 | 19 | 0 | 4 | CB | 59 | 40 |
| Octal | 123 | 270 | 365 | 102 | 31 | 0 | 4 | 313 | 131 | 100 |
| Binary | 1010011 | 10111000 | 11110101 | 1000010 | 11001 | 0 | 100 | 11001011 | 1011001 | 1000000 |
Color Harmonies of #53B8F5
Complementary color
Monochromatic Colors of #53B8F5
Black with #53B8F5
Text Example
Text Example
White with #53B8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B8F5; }
p { color: rgb(83,184,245); }
H1.HeaderClassName
{
color: #53B8F5;
}
.AnyTagClassName
{
color: #53B8F5;
}
</style>
background-color css
<style>
a { background-color: #53B8F5; }
a { background-color: rgb(83,184,245); }
div.DivClassName
{
background-color: #53B8F5;
}
.BgClassName
{
background-color: #53B8F5;
}
</style>
border-color css
<style>
span { border-color: #53B8F5; }
span { border-color: rgb(83,184,245); }
td.TdClassName
{
border-color: #53B8F5;
}
.TagClassName
{
border-color: #53B8F5;
}
</style>