Shades of Malibu #53BDF1
Tints of Malibu #53BDF1
RGB
CMYK
RGB Variations
Color information
#53BDF1 (or 0x53BDF1) is known color: Malibu. HEX triplet: 53, BD and F1. RGB value is (83,189,241). Sum of RGB (Red+Green+Blue) = 83+189+241=513 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.18% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #53BDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BDF1 is #AC420E. Grayscale: #A2A2A2. Windows color (decimal): -11289103 or 15842643. OLE color: 15842643.
HSL color Cylindrical-coordinate representation of color #53BDF1: hue angle of 199.75º degrees, saturation: 0.85, 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 #53BDF1 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 189 | 241 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.05 |
| HSL | 199.75º | 0.85% | 0.64% | - |
| HSV(B) | 199.75º | 0.66% | 0.95% | - |
| XYZ | 37.64 | 44.59 | 89.84 | - |
| YUV | 163.23 | 171.88 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 189 | 241 | 0.66 | 0.22 | 0 | 0.05 | 199.75 | 0.85 | 0.64 |
| Hex | 53 | BD | F1 | 42 | 16 | 0 | 5 | C8 | 55 | 40 |
| Octal | 123 | 275 | 361 | 102 | 26 | 0 | 5 | 310 | 125 | 100 |
| Binary | 1010011 | 10111101 | 11110001 | 1000010 | 10110 | 0 | 101 | 11001000 | 1010101 | 1000000 |
Color Harmonies of #53BDF1
Complementary color
Monochromatic Colors of #53BDF1
Black with #53BDF1
Text Example
Text Example
White with #53BDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BDF1; }
p { color: rgb(83,189,241); }
H1.HeaderClassName
{
color: #53BDF1;
}
.AnyTagClassName
{
color: #53BDF1;
}
</style>
background-color css
<style>
a { background-color: #53BDF1; }
a { background-color: rgb(83,189,241); }
div.DivClassName
{
background-color: #53BDF1;
}
.BgClassName
{
background-color: #53BDF1;
}
</style>
border-color css
<style>
span { border-color: #53BDF1; }
span { border-color: rgb(83,189,241); }
td.TdClassName
{
border-color: #53BDF1;
}
.TagClassName
{
border-color: #53BDF1;
}
</style>