Shades of Malibu #53BCF2
Tints of Malibu #53BCF2
RGB
CMYK
RGB Variations
Color information
#53BCF2 (or 0x53BCF2) is known color: Malibu. HEX triplet: 53, BC and F2. RGB value is (83,188,242). Sum of RGB (Red+Green+Blue) = 83+188+242=513 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.18% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #53BCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BCF2 is #AC430D. Grayscale: #A2A2A2. Windows color (decimal): -11289358 or 15907923. OLE color: 15907923.
HSL color Cylindrical-coordinate representation of color #53BCF2: hue angle of 200.38º 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 #53BCF2 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 188 | 242 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.05 |
| HSL | 200.38º | 0.86% | 0.64% | - |
| HSV(B) | 200.38º | 0.66% | 0.95% | - |
| XYZ | 37.58 | 44.22 | 90.56 | - |
| YUV | 162.76 | 172.71 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 242 | 0.66 | 0.22 | 0 | 0.05 | 200.38 | 0.86 | 0.64 |
| Hex | 53 | BC | F2 | 42 | 16 | 0 | 5 | C8 | 56 | 40 |
| Octal | 123 | 274 | 362 | 102 | 26 | 0 | 5 | 310 | 126 | 100 |
| Binary | 1010011 | 10111100 | 11110010 | 1000010 | 10110 | 0 | 101 | 11001000 | 1010110 | 1000000 |
Color Harmonies of #53BCF2
Complementary color
Monochromatic Colors of #53BCF2
Black with #53BCF2
Text Example
Text Example
White with #53BCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BCF2; }
p { color: rgb(83,188,242); }
H1.HeaderClassName
{
color: #53BCF2;
}
.AnyTagClassName
{
color: #53BCF2;
}
</style>
background-color css
<style>
a { background-color: #53BCF2; }
a { background-color: rgb(83,188,242); }
div.DivClassName
{
background-color: #53BCF2;
}
.BgClassName
{
background-color: #53BCF2;
}
</style>
border-color css
<style>
span { border-color: #53BCF2; }
span { border-color: rgb(83,188,242); }
td.TdClassName
{
border-color: #53BCF2;
}
.TagClassName
{
border-color: #53BCF2;
}
</style>