Shades of Malibu #52BDF8
Tints of Malibu #52BDF8
RGB
CMYK
RGB Variations
Color information
#52BDF8 (or 0x52BDF8) is known color: Malibu. HEX triplet: 52, BD and F8. RGB value is (82,189,248). Sum of RGB (Red+Green+Blue) = 82+189+248=519 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.80% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 248 (97.27% from 255 or 47.78% from 519); Max value from RGB is 248 - color contains mainly: blue. Hex color #52BDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BDF8 is #AD4207. Grayscale: #A3A3A3. Windows color (decimal): -11354632 or 16301394. OLE color: 16301394.
HSL color Cylindrical-coordinate representation of color #52BDF8: hue angle of 201.33º 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 #52BDF8 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 189 | 248 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.03 |
| HSL | 201.33º | 0.92% | 0.65% | - |
| HSV(B) | 201.33º | 0.67% | 0.97% | - |
| XYZ | 38.62 | 44.97 | 95.45 | - |
| YUV | 163.73 | 175.55 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 189 | 248 | 0.67 | 0.24 | 0 | 0.03 | 201.33 | 0.92 | 0.65 |
| Hex | 52 | BD | F8 | 43 | 18 | 0 | 3 | C9 | 5C | 41 |
| Octal | 122 | 275 | 370 | 103 | 30 | 0 | 3 | 311 | 134 | 101 |
| Binary | 1010010 | 10111101 | 11111000 | 1000011 | 11000 | 0 | 11 | 11001001 | 1011100 | 1000001 |
Color Harmonies of #52BDF8
Complementary color
Monochromatic Colors of #52BDF8
Black with #52BDF8
Text Example
Text Example
White with #52BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BDF8; }
p { color: rgb(82,189,248); }
H1.HeaderClassName
{
color: #52BDF8;
}
.AnyTagClassName
{
color: #52BDF8;
}
</style>
background-color css
<style>
a { background-color: #52BDF8; }
a { background-color: rgb(82,189,248); }
div.DivClassName
{
background-color: #52BDF8;
}
.BgClassName
{
background-color: #52BDF8;
}
</style>
border-color css
<style>
span { border-color: #52BDF8; }
span { border-color: rgb(82,189,248); }
td.TdClassName
{
border-color: #52BDF8;
}
.TagClassName
{
border-color: #52BDF8;
}
</style>