Shades of Malibu #53BEDE
Tints of Malibu #53BEDE
RGB
CMYK
RGB Variations
Color information
#53BEDE (or 0x53BEDE) is known color: Malibu. HEX triplet: 53, BE and DE. RGB value is (83,190,222). Sum of RGB (Red+Green+Blue) = 83+190+222=495 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.77% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #53BEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BEDE is #AC4121. Grayscale: #A1A1A1. Windows color (decimal): -11288866 or 14597715. OLE color: 14597715.
HSL color Cylindrical-coordinate representation of color #53BEDE: hue angle of 193.81º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53BEDE is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 190 | 222 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.13 |
| HSL | 193.81º | 0.68% | 0.6% | - |
| HSV(B) | 193.81º | 0.63% | 0.87% | - |
| XYZ | 35.17 | 43.94 | 75.74 | - |
| YUV | 161.66 | 162.05 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 190 | 222 | 0.63 | 0.14 | 0 | 0.13 | 193.81 | 0.68 | 0.6 |
| Hex | 53 | BE | DE | 3F | E | 0 | D | C2 | 44 | 3C |
| Octal | 123 | 276 | 336 | 77 | 16 | 0 | 15 | 302 | 104 | 74 |
| Binary | 1010011 | 10111110 | 11011110 | 111111 | 1110 | 0 | 1101 | 11000010 | 1000100 | 111100 |
Color Harmonies of #53BEDE
Complementary color
Monochromatic Colors of #53BEDE
Black with #53BEDE
Text Example
Text Example
White with #53BEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BEDE; }
p { color: rgb(83,190,222); }
H1.HeaderClassName
{
color: #53BEDE;
}
.AnyTagClassName
{
color: #53BEDE;
}
</style>
background-color css
<style>
a { background-color: #53BEDE; }
a { background-color: rgb(83,190,222); }
div.DivClassName
{
background-color: #53BEDE;
}
.BgClassName
{
background-color: #53BEDE;
}
</style>
border-color css
<style>
span { border-color: #53BEDE; }
span { border-color: rgb(83,190,222); }
td.TdClassName
{
border-color: #53BEDE;
}
.TagClassName
{
border-color: #53BEDE;
}
</style>