Shades of Malibu #53BFF8
Tints of Malibu #53BFF8
RGB
CMYK
RGB Variations
Color information
#53BFF8 (or 0x53BFF8) is known color: Malibu. HEX triplet: 53, BF and F8. RGB value is (83,191,248). Sum of RGB (Red+Green+Blue) = 83+191+248=522 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.90% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 248 (97.27% from 255 or 47.51% from 522); Max value from RGB is 248 - color contains mainly: blue. Hex color #53BFF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BFF8 is #AC4007. Grayscale: #A4A4A4. Windows color (decimal): -11288584 or 16301907. OLE color: 16301907.
HSL color Cylindrical-coordinate representation of color #53BFF8: hue angle of 200.73º 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 #53BFF8 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 83 | 191 | 248 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.03 |
| HSL | 200.73º | 0.92% | 0.65% | - |
| HSV(B) | 200.73º | 0.67% | 0.97% | - |
| XYZ | 39.14 | 45.88 | 95.6 | - |
| YUV | 165.21 | 174.72 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 191 | 248 | 0.67 | 0.23 | 0 | 0.03 | 200.73 | 0.92 | 0.65 |
| Hex | 53 | BF | F8 | 43 | 17 | 0 | 3 | C9 | 5C | 41 |
| Octal | 123 | 277 | 370 | 103 | 27 | 0 | 3 | 311 | 134 | 101 |
| Binary | 1010011 | 10111111 | 11111000 | 1000011 | 10111 | 0 | 11 | 11001001 | 1011100 | 1000001 |
Color Harmonies of #53BFF8
Complementary color
Monochromatic Colors of #53BFF8
Black with #53BFF8
Text Example
Text Example
White with #53BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BFF8; }
p { color: rgb(83,191,248); }
H1.HeaderClassName
{
color: #53BFF8;
}
.AnyTagClassName
{
color: #53BFF8;
}
</style>
background-color css
<style>
a { background-color: #53BFF8; }
a { background-color: rgb(83,191,248); }
div.DivClassName
{
background-color: #53BFF8;
}
.BgClassName
{
background-color: #53BFF8;
}
</style>
border-color css
<style>
span { border-color: #53BFF8; }
span { border-color: rgb(83,191,248); }
td.TdClassName
{
border-color: #53BFF8;
}
.TagClassName
{
border-color: #53BFF8;
}
</style>