Shades of Malibu #53BCED
Tints of Malibu #53BCED
RGB
CMYK
RGB Variations
Color information
#53BCED (or 0x53BCED) is known color: Malibu. HEX triplet: 53, BC and ED. RGB value is (83,188,237). Sum of RGB (Red+Green+Blue) = 83+188+237=508 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.34% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #53BCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BCED is #AC4312. Grayscale: #A1A1A1. Windows color (decimal): -11289363 or 15580243. OLE color: 15580243.
HSL color Cylindrical-coordinate representation of color #53BCED: hue angle of 199.09º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53BCED is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 188 | 237 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.07 |
| HSL | 199.09º | 0.81% | 0.63% | - |
| HSV(B) | 199.09º | 0.65% | 0.93% | - |
| XYZ | 36.84 | 43.92 | 86.66 | - |
| YUV | 162.19 | 170.21 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 237 | 0.65 | 0.21 | 0 | 0.07 | 199.09 | 0.81 | 0.63 |
| Hex | 53 | BC | ED | 41 | 15 | 0 | 7 | C7 | 51 | 3F |
| Octal | 123 | 274 | 355 | 101 | 25 | 0 | 7 | 307 | 121 | 77 |
| Binary | 1010011 | 10111100 | 11101101 | 1000001 | 10101 | 0 | 111 | 11000111 | 1010001 | 111111 |
Color Harmonies of #53BCED
Complementary color
Monochromatic Colors of #53BCED
Black with #53BCED
Text Example
Text Example
White with #53BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BCED; }
p { color: rgb(83,188,237); }
H1.HeaderClassName
{
color: #53BCED;
}
.AnyTagClassName
{
color: #53BCED;
}
</style>
background-color css
<style>
a { background-color: #53BCED; }
a { background-color: rgb(83,188,237); }
div.DivClassName
{
background-color: #53BCED;
}
.BgClassName
{
background-color: #53BCED;
}
</style>
border-color css
<style>
span { border-color: #53BCED; }
span { border-color: rgb(83,188,237); }
td.TdClassName
{
border-color: #53BCED;
}
.TagClassName
{
border-color: #53BCED;
}
</style>