Shades of Malibu #52AFFB
Tints of Malibu #52AFFB
RGB
CMYK
RGB Variations
Color information
#52AFFB (or 0x52AFFB) is known color: Malibu. HEX triplet: 52, AF and FB. RGB value is (82,175,251). Sum of RGB (Red+Green+Blue) = 82+175+251=508 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.14% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #52AFFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52AFFB is #AD5004. Grayscale: #9B9B9B. Windows color (decimal): -11358213 or 16494418. OLE color: 16494418.
HSL color Cylindrical-coordinate representation of color #52AFFB: hue angle of 206.98º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52AFFB is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 175 | 251 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.02 |
| HSL | 206.98º | 0.95% | 0.65% | - |
| HSV(B) | 206.98º | 0.67% | 0.98% | - |
| XYZ | 36.22 | 39.42 | 96.97 | - |
| YUV | 155.86 | 181.69 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 175 | 251 | 0.67 | 0.30 | 0 | 0.02 | 206.98 | 0.95 | 0.65 |
| Hex | 52 | AF | FB | 43 | 1E | 0 | 2 | CF | 5F | 41 |
| Octal | 122 | 257 | 373 | 103 | 36 | 0 | 2 | 317 | 137 | 101 |
| Binary | 1010010 | 10101111 | 11111011 | 1000011 | 11110 | 0 | 10 | 11001111 | 1011111 | 1000001 |
Color Harmonies of #52AFFB
Complementary color
Monochromatic Colors of #52AFFB
Black with #52AFFB
Text Example
Text Example
White with #52AFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AFFB; }
p { color: rgb(82,175,251); }
H1.HeaderClassName
{
color: #52AFFB;
}
.AnyTagClassName
{
color: #52AFFB;
}
</style>
background-color css
<style>
a { background-color: #52AFFB; }
a { background-color: rgb(82,175,251); }
div.DivClassName
{
background-color: #52AFFB;
}
.BgClassName
{
background-color: #52AFFB;
}
</style>
border-color css
<style>
span { border-color: #52AFFB; }
span { border-color: rgb(82,175,251); }
td.TdClassName
{
border-color: #52AFFB;
}
.TagClassName
{
border-color: #52AFFB;
}
</style>