Shades of Malibu #53A8EA
Tints of Malibu #53A8EA
RGB
CMYK
RGB Variations
Color information
#53A8EA (or 0x53A8EA) is known color: Malibu. HEX triplet: 53, A8 and EA. RGB value is (83,168,234). Sum of RGB (Red+Green+Blue) = 83+168+234=485 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.11% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #53A8EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53A8EA is #AC5715. Grayscale: #959595. Windows color (decimal): -11294486 or 15378515. OLE color: 15378515.
HSL color Cylindrical-coordinate representation of color #53A8EA: hue angle of 206.23º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53A8EA is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 168 | 234 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.08 |
| HSL | 206.23º | 0.78% | 0.62% | - |
| HSV(B) | 206.23º | 0.65% | 0.92% | - |
| XYZ | 32.42 | 35.78 | 83.04 | - |
| YUV | 150.11 | 175.34 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 234 | 0.65 | 0.28 | 0 | 0.08 | 206.23 | 0.78 | 0.62 |
| Hex | 53 | A8 | EA | 41 | 1C | 0 | 8 | CE | 4E | 3E |
| Octal | 123 | 250 | 352 | 101 | 34 | 0 | 10 | 316 | 116 | 76 |
| Binary | 1010011 | 10101000 | 11101010 | 1000001 | 11100 | 0 | 1000 | 11001110 | 1001110 | 111110 |
Color Harmonies of #53A8EA
Complementary color
Monochromatic Colors of #53A8EA
Black with #53A8EA
Text Example
Text Example
White with #53A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A8EA; }
p { color: rgb(83,168,234); }
H1.HeaderClassName
{
color: #53A8EA;
}
.AnyTagClassName
{
color: #53A8EA;
}
</style>
background-color css
<style>
a { background-color: #53A8EA; }
a { background-color: rgb(83,168,234); }
div.DivClassName
{
background-color: #53A8EA;
}
.BgClassName
{
background-color: #53A8EA;
}
</style>
border-color css
<style>
span { border-color: #53A8EA; }
span { border-color: rgb(83,168,234); }
td.TdClassName
{
border-color: #53A8EA;
}
.TagClassName
{
border-color: #53A8EA;
}
</style>