Shades of Malibu #53AAF2
Tints of Malibu #53AAF2
RGB
CMYK
RGB Variations
Color information
#53AAF2 (or 0x53AAF2) is known color: Malibu. HEX triplet: 53, AA and F2. RGB value is (83,170,242). Sum of RGB (Red+Green+Blue) = 83+170+242=495 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.77% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #53AAF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53AAF2 is #AC550D. Grayscale: #979797. Windows color (decimal): -11293966 or 15903315. OLE color: 15903315.
HSL color Cylindrical-coordinate representation of color #53AAF2: hue angle of 207.17º degrees, saturation: 0.86, 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 #53AAF2 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 170 | 242 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.05 |
| HSL | 207.17º | 0.86% | 0.64% | - |
| HSV(B) | 207.17º | 0.66% | 0.95% | - |
| XYZ | 33.97 | 37 | 89.36 | - |
| YUV | 152.2 | 178.68 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 170 | 242 | 0.66 | 0.30 | 0 | 0.05 | 207.17 | 0.86 | 0.64 |
| Hex | 53 | AA | F2 | 42 | 1E | 0 | 5 | CF | 56 | 40 |
| Octal | 123 | 252 | 362 | 102 | 36 | 0 | 5 | 317 | 126 | 100 |
| Binary | 1010011 | 10101010 | 11110010 | 1000010 | 11110 | 0 | 101 | 11001111 | 1010110 | 1000000 |
Color Harmonies of #53AAF2
Complementary color
Monochromatic Colors of #53AAF2
Black with #53AAF2
Text Example
Text Example
White with #53AAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AAF2; }
p { color: rgb(83,170,242); }
H1.HeaderClassName
{
color: #53AAF2;
}
.AnyTagClassName
{
color: #53AAF2;
}
</style>
background-color css
<style>
a { background-color: #53AAF2; }
a { background-color: rgb(83,170,242); }
div.DivClassName
{
background-color: #53AAF2;
}
.BgClassName
{
background-color: #53AAF2;
}
</style>
border-color css
<style>
span { border-color: #53AAF2; }
span { border-color: rgb(83,170,242); }
td.TdClassName
{
border-color: #53AAF2;
}
.TagClassName
{
border-color: #53AAF2;
}
</style>