Shades of Malibu #53BDEB
Tints of Malibu #53BDEB
RGB
CMYK
RGB Variations
Color information
#53BDEB (or 0x53BDEB) is known color: Malibu. HEX triplet: 53, BD and EB. RGB value is (83,189,235). Sum of RGB (Red+Green+Blue) = 83+189+235=507 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.37% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #53BDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BDEB is #AC4214. Grayscale: #A2A2A2. Windows color (decimal): -11289109 or 15449427. OLE color: 15449427.
HSL color Cylindrical-coordinate representation of color #53BDEB: hue angle of 198.16º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53BDEB is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 189 | 235 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.08 |
| HSL | 198.16º | 0.79% | 0.62% | - |
| HSV(B) | 198.16º | 0.65% | 0.92% | - |
| XYZ | 36.76 | 44.23 | 85.2 | - |
| YUV | 162.55 | 168.88 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 189 | 235 | 0.65 | 0.20 | 0 | 0.08 | 198.16 | 0.79 | 0.62 |
| Hex | 53 | BD | EB | 41 | 14 | 0 | 8 | C6 | 4F | 3E |
| Octal | 123 | 275 | 353 | 101 | 24 | 0 | 10 | 306 | 117 | 76 |
| Binary | 1010011 | 10111101 | 11101011 | 1000001 | 10100 | 0 | 1000 | 11000110 | 1001111 | 111110 |
Color Harmonies of #53BDEB
Complementary color
Monochromatic Colors of #53BDEB
Black with #53BDEB
Text Example
Text Example
White with #53BDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BDEB; }
p { color: rgb(83,189,235); }
H1.HeaderClassName
{
color: #53BDEB;
}
.AnyTagClassName
{
color: #53BDEB;
}
</style>
background-color css
<style>
a { background-color: #53BDEB; }
a { background-color: rgb(83,189,235); }
div.DivClassName
{
background-color: #53BDEB;
}
.BgClassName
{
background-color: #53BDEB;
}
</style>
border-color css
<style>
span { border-color: #53BDEB; }
span { border-color: rgb(83,189,235); }
td.TdClassName
{
border-color: #53BDEB;
}
.TagClassName
{
border-color: #53BDEB;
}
</style>