Shades of Malibu #52B8F3
Tints of Malibu #52B8F3
RGB
CMYK
RGB Variations
Color information
#52B8F3 (or 0x52B8F3) is known color: Malibu. HEX triplet: 52, B8 and F3. RGB value is (82,184,243). Sum of RGB (Red+Green+Blue) = 82+184+243=509 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.11% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #52B8F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52B8F3 is #AD470C. Grayscale: #9F9F9F. Windows color (decimal): -11355917 or 15972434. OLE color: 15972434.
HSL color Cylindrical-coordinate representation of color #52B8F3: hue angle of 201.99º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52B8F3 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 184 | 243 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.05 |
| HSL | 201.99º | 0.87% | 0.64% | - |
| HSV(B) | 201.99º | 0.66% | 0.95% | - |
| XYZ | 36.8 | 42.55 | 91.07 | - |
| YUV | 160.23 | 174.71 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 184 | 243 | 0.66 | 0.24 | 0 | 0.05 | 201.99 | 0.87 | 0.64 |
| Hex | 52 | B8 | F3 | 42 | 18 | 0 | 5 | CA | 57 | 40 |
| Octal | 122 | 270 | 363 | 102 | 30 | 0 | 5 | 312 | 127 | 100 |
| Binary | 1010010 | 10111000 | 11110011 | 1000010 | 11000 | 0 | 101 | 11001010 | 1010111 | 1000000 |
Color Harmonies of #52B8F3
Complementary color
Monochromatic Colors of #52B8F3
Black with #52B8F3
Text Example
Text Example
White with #52B8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B8F3; }
p { color: rgb(82,184,243); }
H1.HeaderClassName
{
color: #52B8F3;
}
.AnyTagClassName
{
color: #52B8F3;
}
</style>
background-color css
<style>
a { background-color: #52B8F3; }
a { background-color: rgb(82,184,243); }
div.DivClassName
{
background-color: #52B8F3;
}
.BgClassName
{
background-color: #52B8F3;
}
</style>
border-color css
<style>
span { border-color: #52B8F3; }
span { border-color: rgb(82,184,243); }
td.TdClassName
{
border-color: #52B8F3;
}
.TagClassName
{
border-color: #52B8F3;
}
</style>