Shades of Malibu #53C7E6
Tints of Malibu #53C7E6
RGB
CMYK
RGB Variations
Color information
#53C7E6 (or 0x53C7E6) is known color: Malibu. HEX triplet: 53, C7 and E6. RGB value is (83,199,230). Sum of RGB (Red+Green+Blue) = 83+199+230=512 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.21% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #53C7E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C7E6 is #AC3819. Grayscale: #A7A7A7. Windows color (decimal): -11286554 or 15124307. OLE color: 15124307.
HSL color Cylindrical-coordinate representation of color #53C7E6: hue angle of 192.65º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53C7E6 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 83 | 199 | 230 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.10 |
| HSL | 192.65º | 0.75% | 0.61% | - |
| HSV(B) | 192.65º | 0.64% | 0.9% | - |
| XYZ | 38.27 | 48.4 | 82.19 | - |
| YUV | 167.85 | 163.07 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 199 | 230 | 0.64 | 0.13 | 0 | 0.10 | 192.65 | 0.75 | 0.61 |
| Hex | 53 | C7 | E6 | 40 | D | 0 | A | C1 | 4B | 3D |
| Octal | 123 | 307 | 346 | 100 | 15 | 0 | 12 | 301 | 113 | 75 |
| Binary | 1010011 | 11000111 | 11100110 | 1000000 | 1101 | 0 | 1010 | 11000001 | 1001011 | 111101 |
Color Harmonies of #53C7E6
Complementary color
Monochromatic Colors of #53C7E6
Black with #53C7E6
Text Example
Text Example
White with #53C7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C7E6; }
p { color: rgb(83,199,230); }
H1.HeaderClassName
{
color: #53C7E6;
}
.AnyTagClassName
{
color: #53C7E6;
}
</style>
background-color css
<style>
a { background-color: #53C7E6; }
a { background-color: rgb(83,199,230); }
div.DivClassName
{
background-color: #53C7E6;
}
.BgClassName
{
background-color: #53C7E6;
}
</style>
border-color css
<style>
span { border-color: #53C7E6; }
span { border-color: rgb(83,199,230); }
td.TdClassName
{
border-color: #53C7E6;
}
.TagClassName
{
border-color: #53C7E6;
}
</style>