Shades of Malibu #53BDDB
Tints of Malibu #53BDDB
RGB
CMYK
RGB Variations
Color information
#53BDDB (or 0x53BDDB) is known color: Malibu. HEX triplet: 53, BD and DB. RGB value is (83,189,219). Sum of RGB (Red+Green+Blue) = 83+189+219=491 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.90% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #53BDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BDDB is #AC4224. Grayscale: #A0A0A0. Windows color (decimal): -11289125 or 14400851. OLE color: 14400851.
HSL color Cylindrical-coordinate representation of color #53BDDB: hue angle of 193.24º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53BDDB is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 189 | 219 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.14 |
| HSL | 193.24º | 0.65% | 0.59% | - |
| HSV(B) | 193.24º | 0.62% | 0.86% | - |
| XYZ | 34.55 | 43.35 | 73.56 | - |
| YUV | 160.73 | 160.88 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 189 | 219 | 0.62 | 0.14 | 0 | 0.14 | 193.24 | 0.65 | 0.59 |
| Hex | 53 | BD | DB | 3E | E | 0 | E | C1 | 41 | 3B |
| Octal | 123 | 275 | 333 | 76 | 16 | 0 | 16 | 301 | 101 | 73 |
| Binary | 1010011 | 10111101 | 11011011 | 111110 | 1110 | 0 | 1110 | 11000001 | 1000001 | 111011 |
Color Harmonies of #53BDDB
Complementary color
Monochromatic Colors of #53BDDB
Black with #53BDDB
Text Example
Text Example
White with #53BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BDDB; }
p { color: rgb(83,189,219); }
H1.HeaderClassName
{
color: #53BDDB;
}
.AnyTagClassName
{
color: #53BDDB;
}
</style>
background-color css
<style>
a { background-color: #53BDDB; }
a { background-color: rgb(83,189,219); }
div.DivClassName
{
background-color: #53BDDB;
}
.BgClassName
{
background-color: #53BDDB;
}
</style>
border-color css
<style>
span { border-color: #53BDDB; }
span { border-color: rgb(83,189,219); }
td.TdClassName
{
border-color: #53BDDB;
}
.TagClassName
{
border-color: #53BDDB;
}
</style>