Shades of Malibu #53BFF0
Tints of Malibu #53BFF0
RGB
CMYK
RGB Variations
Color information
#53BFF0 (or 0x53BFF0) is known color: Malibu. HEX triplet: 53, BF and F0. RGB value is (83,191,240). Sum of RGB (Red+Green+Blue) = 83+191+240=514 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.15% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #53BFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BFF0 is #AC400F. Grayscale: #A3A3A3. Windows color (decimal): -11288592 or 15777619. OLE color: 15777619.
HSL color Cylindrical-coordinate representation of color #53BFF0: hue angle of 198.73º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53BFF0 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 191 | 240 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.06 |
| HSL | 198.73º | 0.84% | 0.63% | - |
| HSV(B) | 198.73º | 0.65% | 0.94% | - |
| XYZ | 37.93 | 45.39 | 89.2 | - |
| YUV | 164.29 | 170.72 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 191 | 240 | 0.65 | 0.20 | 0 | 0.06 | 198.73 | 0.84 | 0.63 |
| Hex | 53 | BF | F0 | 41 | 14 | 0 | 6 | C7 | 54 | 3F |
| Octal | 123 | 277 | 360 | 101 | 24 | 0 | 6 | 307 | 124 | 77 |
| Binary | 1010011 | 10111111 | 11110000 | 1000001 | 10100 | 0 | 110 | 11000111 | 1010100 | 111111 |
Color Harmonies of #53BFF0
Complementary color
Monochromatic Colors of #53BFF0
Black with #53BFF0
Text Example
Text Example
White with #53BFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BFF0; }
p { color: rgb(83,191,240); }
H1.HeaderClassName
{
color: #53BFF0;
}
.AnyTagClassName
{
color: #53BFF0;
}
</style>
background-color css
<style>
a { background-color: #53BFF0; }
a { background-color: rgb(83,191,240); }
div.DivClassName
{
background-color: #53BFF0;
}
.BgClassName
{
background-color: #53BFF0;
}
</style>
border-color css
<style>
span { border-color: #53BFF0; }
span { border-color: rgb(83,191,240); }
td.TdClassName
{
border-color: #53BFF0;
}
.TagClassName
{
border-color: #53BFF0;
}
</style>