Shades of Malibu #53BDF9
Tints of Malibu #53BDF9
RGB
CMYK
RGB Variations
Color information
#53BDF9 (or 0x53BDF9) is known color: Malibu. HEX triplet: 53, BD and F9. RGB value is (83,189,249). Sum of RGB (Red+Green+Blue) = 83+189+249=521 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.93% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #53BDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BDF9 is #AC4206. Grayscale: #A3A3A3. Windows color (decimal): -11289095 or 16366931. OLE color: 16366931.
HSL color Cylindrical-coordinate representation of color #53BDF9: hue angle of 201.69º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53BDF9 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 189 | 249 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.02 |
| HSL | 201.69º | 0.93% | 0.65% | - |
| HSV(B) | 201.69º | 0.67% | 0.98% | - |
| XYZ | 38.86 | 45.07 | 96.27 | - |
| YUV | 164.15 | 175.88 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 189 | 249 | 0.67 | 0.24 | 0 | 0.02 | 201.69 | 0.93 | 0.65 |
| Hex | 53 | BD | F9 | 43 | 18 | 0 | 2 | CA | 5D | 41 |
| Octal | 123 | 275 | 371 | 103 | 30 | 0 | 2 | 312 | 135 | 101 |
| Binary | 1010011 | 10111101 | 11111001 | 1000011 | 11000 | 0 | 10 | 11001010 | 1011101 | 1000001 |
Color Harmonies of #53BDF9
Complementary color
Monochromatic Colors of #53BDF9
Black with #53BDF9
Text Example
Text Example
White with #53BDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BDF9; }
p { color: rgb(83,189,249); }
H1.HeaderClassName
{
color: #53BDF9;
}
.AnyTagClassName
{
color: #53BDF9;
}
</style>
background-color css
<style>
a { background-color: #53BDF9; }
a { background-color: rgb(83,189,249); }
div.DivClassName
{
background-color: #53BDF9;
}
.BgClassName
{
background-color: #53BDF9;
}
</style>
border-color css
<style>
span { border-color: #53BDF9; }
span { border-color: rgb(83,189,249); }
td.TdClassName
{
border-color: #53BDF9;
}
.TagClassName
{
border-color: #53BDF9;
}
</style>