Shades of Malibu #53BDF3
Tints of Malibu #53BDF3
RGB
CMYK
RGB Variations
Color information
#53BDF3 (or 0x53BDF3) is known color: Malibu. HEX triplet: 53, BD and F3. RGB value is (83,189,243). Sum of RGB (Red+Green+Blue) = 83+189+243=515 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.12% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 243 (95.31% from 255 or 47.18% from 515); Max value from RGB is 243 - color contains mainly: blue. Hex color #53BDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BDF3 is #AC420C. Grayscale: #A3A3A3. Windows color (decimal): -11289101 or 15973715. OLE color: 15973715.
HSL color Cylindrical-coordinate representation of color #53BDF3: hue angle of 200.25º degrees, saturation: 0.87, 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 #53BDF3 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 189 | 243 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.05 |
| HSL | 200.25º | 0.87% | 0.64% | - |
| HSV(B) | 200.25º | 0.66% | 0.95% | - |
| XYZ | 37.94 | 44.71 | 91.42 | - |
| YUV | 163.46 | 172.88 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 189 | 243 | 0.66 | 0.22 | 0 | 0.05 | 200.25 | 0.87 | 0.64 |
| Hex | 53 | BD | F3 | 42 | 16 | 0 | 5 | C8 | 57 | 40 |
| Octal | 123 | 275 | 363 | 102 | 26 | 0 | 5 | 310 | 127 | 100 |
| Binary | 1010011 | 10111101 | 11110011 | 1000010 | 10110 | 0 | 101 | 11001000 | 1010111 | 1000000 |
Color Harmonies of #53BDF3
Complementary color
Monochromatic Colors of #53BDF3
Black with #53BDF3
Text Example
Text Example
White with #53BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BDF3; }
p { color: rgb(83,189,243); }
H1.HeaderClassName
{
color: #53BDF3;
}
.AnyTagClassName
{
color: #53BDF3;
}
</style>
background-color css
<style>
a { background-color: #53BDF3; }
a { background-color: rgb(83,189,243); }
div.DivClassName
{
background-color: #53BDF3;
}
.BgClassName
{
background-color: #53BDF3;
}
</style>
border-color css
<style>
span { border-color: #53BDF3; }
span { border-color: rgb(83,189,243); }
td.TdClassName
{
border-color: #53BDF3;
}
.TagClassName
{
border-color: #53BDF3;
}
</style>