Shades of Malibu #53BDF8
Tints of Malibu #53BDF8
RGB
CMYK
RGB Variations
Color information
#53BDF8 (or 0x53BDF8) is known color: Malibu. HEX triplet: 53, BD and F8. RGB value is (83,189,248). Sum of RGB (Red+Green+Blue) = 83+189+248=520 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.96% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 248 (97.27% from 255 or 47.69% from 520); Max value from RGB is 248 - color contains mainly: blue. Hex color #53BDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BDF8 is #AC4207. Grayscale: #A3A3A3. Windows color (decimal): -11289096 or 16301395. OLE color: 16301395.
HSL color Cylindrical-coordinate representation of color #53BDF8: hue angle of 201.45º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53BDF8 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 83 | 189 | 248 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.03 |
| HSL | 201.45º | 0.92% | 0.65% | - |
| HSV(B) | 201.45º | 0.67% | 0.97% | - |
| XYZ | 38.71 | 45.01 | 95.45 | - |
| YUV | 164.03 | 175.38 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 189 | 248 | 0.67 | 0.24 | 0 | 0.03 | 201.45 | 0.92 | 0.65 |
| Hex | 53 | BD | F8 | 43 | 18 | 0 | 3 | C9 | 5C | 41 |
| Octal | 123 | 275 | 370 | 103 | 30 | 0 | 3 | 311 | 134 | 101 |
| Binary | 1010011 | 10111101 | 11111000 | 1000011 | 11000 | 0 | 11 | 11001001 | 1011100 | 1000001 |
Color Harmonies of #53BDF8
Complementary color
Monochromatic Colors of #53BDF8
Black with #53BDF8
Text Example
Text Example
White with #53BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BDF8; }
p { color: rgb(83,189,248); }
H1.HeaderClassName
{
color: #53BDF8;
}
.AnyTagClassName
{
color: #53BDF8;
}
</style>
background-color css
<style>
a { background-color: #53BDF8; }
a { background-color: rgb(83,189,248); }
div.DivClassName
{
background-color: #53BDF8;
}
.BgClassName
{
background-color: #53BDF8;
}
</style>
border-color css
<style>
span { border-color: #53BDF8; }
span { border-color: rgb(83,189,248); }
td.TdClassName
{
border-color: #53BDF8;
}
.TagClassName
{
border-color: #53BDF8;
}
</style>