Shades of Malibu #53B3F2
Tints of Malibu #53B3F2
RGB
CMYK
RGB Variations
Color information
#53B3F2 (or 0x53B3F2) is known color: Malibu. HEX triplet: 53, B3 and F2. RGB value is (83,179,242). Sum of RGB (Red+Green+Blue) = 83+179+242=504 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.47% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #53B3F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53B3F2 is #AC4C0D. Grayscale: #9D9D9D. Windows color (decimal): -11291662 or 15905619. OLE color: 15905619.
HSL color Cylindrical-coordinate representation of color #53B3F2: hue angle of 203.77º 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 #53B3F2 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 179 | 242 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.05 |
| HSL | 203.77º | 0.86% | 0.64% | - |
| HSV(B) | 203.77º | 0.66% | 0.95% | - |
| XYZ | 35.71 | 40.49 | 89.94 | - |
| YUV | 157.48 | 175.7 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 179 | 242 | 0.66 | 0.26 | 0 | 0.05 | 203.77 | 0.86 | 0.64 |
| Hex | 53 | B3 | F2 | 42 | 1A | 0 | 5 | CC | 56 | 40 |
| Octal | 123 | 263 | 362 | 102 | 32 | 0 | 5 | 314 | 126 | 100 |
| Binary | 1010011 | 10110011 | 11110010 | 1000010 | 11010 | 0 | 101 | 11001100 | 1010110 | 1000000 |
Color Harmonies of #53B3F2
Complementary color
Monochromatic Colors of #53B3F2
Black with #53B3F2
Text Example
Text Example
White with #53B3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B3F2; }
p { color: rgb(83,179,242); }
H1.HeaderClassName
{
color: #53B3F2;
}
.AnyTagClassName
{
color: #53B3F2;
}
</style>
background-color css
<style>
a { background-color: #53B3F2; }
a { background-color: rgb(83,179,242); }
div.DivClassName
{
background-color: #53B3F2;
}
.BgClassName
{
background-color: #53B3F2;
}
</style>
border-color css
<style>
span { border-color: #53B3F2; }
span { border-color: rgb(83,179,242); }
td.TdClassName
{
border-color: #53B3F2;
}
.TagClassName
{
border-color: #53B3F2;
}
</style>