Shades of Malibu #53B2F2
Tints of Malibu #53B2F2
RGB
CMYK
RGB Variations
Color information
#53B2F2 (or 0x53B2F2) is known color: Malibu. HEX triplet: 53, B2 and F2. RGB value is (83,178,242). Sum of RGB (Red+Green+Blue) = 83+178+242=503 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.50% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #53B2F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53B2F2 is #AC4D0D. Grayscale: #9C9C9C. Windows color (decimal): -11291918 or 15905363. OLE color: 15905363.
HSL color Cylindrical-coordinate representation of color #53B2F2: hue angle of 204.15º 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 #53B2F2 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 178 | 242 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.05 |
| HSL | 204.15º | 0.86% | 0.64% | - |
| HSV(B) | 204.15º | 0.66% | 0.95% | - |
| XYZ | 35.51 | 40.09 | 89.87 | - |
| YUV | 156.89 | 176.03 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 178 | 242 | 0.66 | 0.26 | 0 | 0.05 | 204.15 | 0.86 | 0.64 |
| Hex | 53 | B2 | F2 | 42 | 1A | 0 | 5 | CC | 56 | 40 |
| Octal | 123 | 262 | 362 | 102 | 32 | 0 | 5 | 314 | 126 | 100 |
| Binary | 1010011 | 10110010 | 11110010 | 1000010 | 11010 | 0 | 101 | 11001100 | 1010110 | 1000000 |
Color Harmonies of #53B2F2
Complementary color
Monochromatic Colors of #53B2F2
Black with #53B2F2
Text Example
Text Example
White with #53B2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B2F2; }
p { color: rgb(83,178,242); }
H1.HeaderClassName
{
color: #53B2F2;
}
.AnyTagClassName
{
color: #53B2F2;
}
</style>
background-color css
<style>
a { background-color: #53B2F2; }
a { background-color: rgb(83,178,242); }
div.DivClassName
{
background-color: #53B2F2;
}
.BgClassName
{
background-color: #53B2F2;
}
</style>
border-color css
<style>
span { border-color: #53B2F2; }
span { border-color: rgb(83,178,242); }
td.TdClassName
{
border-color: #53B2F2;
}
.TagClassName
{
border-color: #53B2F2;
}
</style>