Shades of Malibu #52B3FE
Tints of Malibu #52B3FE
RGB
CMYK
RGB Variations
Color information
#52B3FE (or 0x52B3FE) is known color: Malibu. HEX triplet: 52, B3 and FE. RGB value is (82,179,254). Sum of RGB (Red+Green+Blue) = 82+179+254=515 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.92% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #52B3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52B3FE is #AD4C01. Grayscale: #9E9E9E. Windows color (decimal): -11357186 or 16692050. OLE color: 16692050.
HSL color Cylindrical-coordinate representation of color #52B3FE: hue angle of 206.16º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52B3FE is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 179 | 254 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.00 |
| HSL | 206.16º | 0.99% | 0.66% | - |
| HSV(B) | 206.16º | 0.68% | 1% | - |
| XYZ | 37.49 | 41.19 | 99.74 | - |
| YUV | 158.55 | 181.86 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 179 | 254 | 0.68 | 0.30 | 0 | 0.00 | 206.16 | 0.99 | 0.66 |
| Hex | 52 | B3 | FE | 44 | 1E | 0 | 0 | CE | 63 | 42 |
| Octal | 122 | 263 | 376 | 104 | 36 | 0 | 0 | 316 | 143 | 102 |
| Binary | 1010010 | 10110011 | 11111110 | 1000100 | 11110 | 0 | 0 | 11001110 | 1100011 | 1000010 |
Color Harmonies of #52B3FE
Complementary color
Monochromatic Colors of #52B3FE
Black with #52B3FE
Text Example
Text Example
White with #52B3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B3FE; }
p { color: rgb(82,179,254); }
H1.HeaderClassName
{
color: #52B3FE;
}
.AnyTagClassName
{
color: #52B3FE;
}
</style>
background-color css
<style>
a { background-color: #52B3FE; }
a { background-color: rgb(82,179,254); }
div.DivClassName
{
background-color: #52B3FE;
}
.BgClassName
{
background-color: #52B3FE;
}
</style>
border-color css
<style>
span { border-color: #52B3FE; }
span { border-color: rgb(82,179,254); }
td.TdClassName
{
border-color: #52B3FE;
}
.TagClassName
{
border-color: #52B3FE;
}
</style>