Shades of Malibu #53BFE3
Tints of Malibu #53BFE3
RGB
CMYK
RGB Variations
Color information
#53BFE3 (or 0x53BFE3) is known color: Malibu. HEX triplet: 53, BF and E3. RGB value is (83,191,227). Sum of RGB (Red+Green+Blue) = 83+191+227=501 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.57% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 227 (89.06% from 255 or 45.31% from 501); Max value from RGB is 227 - color contains mainly: blue. Hex color #53BFE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BFE3 is #AC401C. Grayscale: #A2A2A2. Windows color (decimal): -11288605 or 14925651. OLE color: 14925651.
HSL color Cylindrical-coordinate representation of color #53BFE3: hue angle of 195º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53BFE3 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 191 | 227 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.11 |
| HSL | 195º | 0.72% | 0.61% | - |
| HSV(B) | 195º | 0.63% | 0.89% | - |
| XYZ | 36.06 | 44.65 | 79.39 | - |
| YUV | 162.81 | 164.22 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 191 | 227 | 0.63 | 0.16 | 0 | 0.11 | 195 | 0.72 | 0.61 |
| Hex | 53 | BF | E3 | 3F | 10 | 0 | B | C3 | 48 | 3D |
| Octal | 123 | 277 | 343 | 77 | 20 | 0 | 13 | 303 | 110 | 75 |
| Binary | 1010011 | 10111111 | 11100011 | 111111 | 10000 | 0 | 1011 | 11000011 | 1001000 | 111101 |
Color Harmonies of #53BFE3
Complementary color
Monochromatic Colors of #53BFE3
Black with #53BFE3
Text Example
Text Example
White with #53BFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BFE3; }
p { color: rgb(83,191,227); }
H1.HeaderClassName
{
color: #53BFE3;
}
.AnyTagClassName
{
color: #53BFE3;
}
</style>
background-color css
<style>
a { background-color: #53BFE3; }
a { background-color: rgb(83,191,227); }
div.DivClassName
{
background-color: #53BFE3;
}
.BgClassName
{
background-color: #53BFE3;
}
</style>
border-color css
<style>
span { border-color: #53BFE3; }
span { border-color: rgb(83,191,227); }
td.TdClassName
{
border-color: #53BFE3;
}
.TagClassName
{
border-color: #53BFE3;
}
</style>