Shades of Malibu #53B2DF
Tints of Malibu #53B2DF
RGB
CMYK
RGB Variations
Color information
#53B2DF (or 0x53B2DF) is known color: Malibu. HEX triplet: 53, B2 and DF. RGB value is (83,178,223). Sum of RGB (Red+Green+Blue) = 83+178+223=484 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.15% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #53B2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53B2DF is #AC4D20. Grayscale: #9A9A9A. Windows color (decimal): -11291937 or 14660179. OLE color: 14660179.
HSL color Cylindrical-coordinate representation of color #53B2DF: hue angle of 199.29º degrees, saturation: 0.69, 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 #53B2DF is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 178 | 223 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.13 |
| HSL | 199.29º | 0.69% | 0.6% | - |
| HSV(B) | 199.29º | 0.63% | 0.87% | - |
| XYZ | 32.81 | 39.01 | 75.61 | - |
| YUV | 154.73 | 166.53 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 178 | 223 | 0.63 | 0.20 | 0 | 0.13 | 199.29 | 0.69 | 0.6 |
| Hex | 53 | B2 | DF | 3F | 14 | 0 | D | C7 | 45 | 3C |
| Octal | 123 | 262 | 337 | 77 | 24 | 0 | 15 | 307 | 105 | 74 |
| Binary | 1010011 | 10110010 | 11011111 | 111111 | 10100 | 0 | 1101 | 11000111 | 1000101 | 111100 |
Color Harmonies of #53B2DF
Complementary color
Monochromatic Colors of #53B2DF
Black with #53B2DF
Text Example
Text Example
White with #53B2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B2DF; }
p { color: rgb(83,178,223); }
H1.HeaderClassName
{
color: #53B2DF;
}
.AnyTagClassName
{
color: #53B2DF;
}
</style>
background-color css
<style>
a { background-color: #53B2DF; }
a { background-color: rgb(83,178,223); }
div.DivClassName
{
background-color: #53B2DF;
}
.BgClassName
{
background-color: #53B2DF;
}
</style>
border-color css
<style>
span { border-color: #53B2DF; }
span { border-color: rgb(83,178,223); }
td.TdClassName
{
border-color: #53B2DF;
}
.TagClassName
{
border-color: #53B2DF;
}
</style>