Shades of Malibu #53BDE1
Tints of Malibu #53BDE1
RGB
CMYK
RGB Variations
Color information
#53BDE1 (or 0x53BDE1) is known color: Malibu. HEX triplet: 53, BD and E1. RGB value is (83,189,225). Sum of RGB (Red+Green+Blue) = 83+189+225=497 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.70% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 225 - color contains mainly: blue. Hex color #53BDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BDE1 is #AC421E. Grayscale: #A1A1A1. Windows color (decimal): -11289119 or 14794067. OLE color: 14794067.
HSL color Cylindrical-coordinate representation of color #53BDE1: hue angle of 195.21º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53BDE1 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 189 | 225 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.12 |
| HSL | 195.21º | 0.7% | 0.6% | - |
| HSV(B) | 195.21º | 0.63% | 0.88% | - |
| XYZ | 35.36 | 43.67 | 77.8 | - |
| YUV | 161.41 | 163.88 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 189 | 225 | 0.63 | 0.16 | 0 | 0.12 | 195.21 | 0.7 | 0.6 |
| Hex | 53 | BD | E1 | 3F | 10 | 0 | C | C3 | 46 | 3C |
| Octal | 123 | 275 | 341 | 77 | 20 | 0 | 14 | 303 | 106 | 74 |
| Binary | 1010011 | 10111101 | 11100001 | 111111 | 10000 | 0 | 1100 | 11000011 | 1000110 | 111100 |
Color Harmonies of #53BDE1
Complementary color
Monochromatic Colors of #53BDE1
Black with #53BDE1
Text Example
Text Example
White with #53BDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BDE1; }
p { color: rgb(83,189,225); }
H1.HeaderClassName
{
color: #53BDE1;
}
.AnyTagClassName
{
color: #53BDE1;
}
</style>
background-color css
<style>
a { background-color: #53BDE1; }
a { background-color: rgb(83,189,225); }
div.DivClassName
{
background-color: #53BDE1;
}
.BgClassName
{
background-color: #53BDE1;
}
</style>
border-color css
<style>
span { border-color: #53BDE1; }
span { border-color: rgb(83,189,225); }
td.TdClassName
{
border-color: #53BDE1;
}
.TagClassName
{
border-color: #53BDE1;
}
</style>