Shades of Malibu #53BFDD
Tints of Malibu #53BFDD
RGB
CMYK
RGB Variations
Color information
#53BFDD (or 0x53BFDD) is known color: Malibu. HEX triplet: 53, BF and DD. RGB value is (83,191,221). Sum of RGB (Red+Green+Blue) = 83+191+221=495 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.77% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #53BFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BFDD is #AC4022. Grayscale: #A1A1A1. Windows color (decimal): -11288611 or 14532435. OLE color: 14532435.
HSL color Cylindrical-coordinate representation of color #53BFDD: hue angle of 193.04º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53BFDD is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 191 | 221 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.13 |
| HSL | 193.04º | 0.67% | 0.6% | - |
| HSV(B) | 193.04º | 0.62% | 0.87% | - |
| XYZ | 35.25 | 44.32 | 75.1 | - |
| YUV | 162.13 | 161.22 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 191 | 221 | 0.62 | 0.14 | 0 | 0.13 | 193.04 | 0.67 | 0.6 |
| Hex | 53 | BF | DD | 3E | E | 0 | D | C1 | 43 | 3C |
| Octal | 123 | 277 | 335 | 76 | 16 | 0 | 15 | 301 | 103 | 74 |
| Binary | 1010011 | 10111111 | 11011101 | 111110 | 1110 | 0 | 1101 | 11000001 | 1000011 | 111100 |
Color Harmonies of #53BFDD
Complementary color
Monochromatic Colors of #53BFDD
Black with #53BFDD
Text Example
Text Example
White with #53BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BFDD; }
p { color: rgb(83,191,221); }
H1.HeaderClassName
{
color: #53BFDD;
}
.AnyTagClassName
{
color: #53BFDD;
}
</style>
background-color css
<style>
a { background-color: #53BFDD; }
a { background-color: rgb(83,191,221); }
div.DivClassName
{
background-color: #53BFDD;
}
.BgClassName
{
background-color: #53BFDD;
}
</style>
border-color css
<style>
span { border-color: #53BFDD; }
span { border-color: rgb(83,191,221); }
td.TdClassName
{
border-color: #53BFDD;
}
.TagClassName
{
border-color: #53BFDD;
}
</style>