Shades of Malibu #53BFF5
Tints of Malibu #53BFF5
RGB
CMYK
RGB Variations
Color information
#53BFF5 (or 0x53BFF5) is known color: Malibu. HEX triplet: 53, BF and F5. RGB value is (83,191,245). Sum of RGB (Red+Green+Blue) = 83+191+245=519 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.99% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 245 (96.09% from 255 or 47.21% from 519); Max value from RGB is 245 - color contains mainly: blue. Hex color #53BFF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BFF5 is #AC400A. Grayscale: #A4A4A4. Windows color (decimal): -11288587 or 16105299. OLE color: 16105299.
HSL color Cylindrical-coordinate representation of color #53BFF5: hue angle of 200º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53BFF5 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 191 | 245 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.04 |
| HSL | 200º | 0.89% | 0.64% | - |
| HSV(B) | 200º | 0.66% | 0.96% | - |
| XYZ | 38.68 | 45.69 | 93.17 | - |
| YUV | 164.86 | 173.22 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 191 | 245 | 0.66 | 0.22 | 0 | 0.04 | 200 | 0.89 | 0.64 |
| Hex | 53 | BF | F5 | 42 | 16 | 0 | 4 | C8 | 59 | 40 |
| Octal | 123 | 277 | 365 | 102 | 26 | 0 | 4 | 310 | 131 | 100 |
| Binary | 1010011 | 10111111 | 11110101 | 1000010 | 10110 | 0 | 100 | 11001000 | 1011001 | 1000000 |
Color Harmonies of #53BFF5
Complementary color
Monochromatic Colors of #53BFF5
Black with #53BFF5
Text Example
Text Example
White with #53BFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BFF5; }
p { color: rgb(83,191,245); }
H1.HeaderClassName
{
color: #53BFF5;
}
.AnyTagClassName
{
color: #53BFF5;
}
</style>
background-color css
<style>
a { background-color: #53BFF5; }
a { background-color: rgb(83,191,245); }
div.DivClassName
{
background-color: #53BFF5;
}
.BgClassName
{
background-color: #53BFF5;
}
</style>
border-color css
<style>
span { border-color: #53BFF5; }
span { border-color: rgb(83,191,245); }
td.TdClassName
{
border-color: #53BFF5;
}
.TagClassName
{
border-color: #53BFF5;
}
</style>