Shades of Malibu #52BFEB
Tints of Malibu #52BFEB
RGB
CMYK
RGB Variations
Color information
#52BFEB (or 0x52BFEB) is known color: Malibu. HEX triplet: 52, BF and EB. RGB value is (82,191,235). Sum of RGB (Red+Green+Blue) = 82+191+235=508 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.14% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #52BFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BFEB is #AD4014. Grayscale: #A3A3A3. Windows color (decimal): -11354133 or 15449938. OLE color: 15449938.
HSL color Cylindrical-coordinate representation of color #52BFEB: hue angle of 197.25º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52BFEB is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 191 | 235 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.08 |
| HSL | 197.25º | 0.79% | 0.62% | - |
| HSV(B) | 197.25º | 0.65% | 0.92% | - |
| XYZ | 37.11 | 45.05 | 85.34 | - |
| YUV | 163.43 | 168.39 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 191 | 235 | 0.65 | 0.19 | 0 | 0.08 | 197.25 | 0.79 | 0.62 |
| Hex | 52 | BF | EB | 41 | 13 | 0 | 8 | C5 | 4F | 3E |
| Octal | 122 | 277 | 353 | 101 | 23 | 0 | 10 | 305 | 117 | 76 |
| Binary | 1010010 | 10111111 | 11101011 | 1000001 | 10011 | 0 | 1000 | 11000101 | 1001111 | 111110 |
Color Harmonies of #52BFEB
Complementary color
Monochromatic Colors of #52BFEB
Black with #52BFEB
Text Example
Text Example
White with #52BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BFEB; }
p { color: rgb(82,191,235); }
H1.HeaderClassName
{
color: #52BFEB;
}
.AnyTagClassName
{
color: #52BFEB;
}
</style>
background-color css
<style>
a { background-color: #52BFEB; }
a { background-color: rgb(82,191,235); }
div.DivClassName
{
background-color: #52BFEB;
}
.BgClassName
{
background-color: #52BFEB;
}
</style>
border-color css
<style>
span { border-color: #52BFEB; }
span { border-color: rgb(82,191,235); }
td.TdClassName
{
border-color: #52BFEB;
}
.TagClassName
{
border-color: #52BFEB;
}
</style>