Shades of Malibu #53C8F3
Tints of Malibu #53C8F3
RGB
CMYK
RGB Variations
Color information
#53C8F3 (or 0x53C8F3) is known color: Malibu. HEX triplet: 53, C8 and F3. RGB value is (83,200,243). Sum of RGB (Red+Green+Blue) = 83+200+243=526 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.78% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 243 (95.31% from 255 or 46.20% from 526); Max value from RGB is 243 - color contains mainly: blue. Hex color #53C8F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C8F3 is #AC370C. Grayscale: #A9A9A9. Windows color (decimal): -11286285 or 15976531. OLE color: 15976531.
HSL color Cylindrical-coordinate representation of color #53C8F3: hue angle of 196.12º 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 #53C8F3 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 200 | 243 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.05 |
| HSL | 196.13º | 0.87% | 0.64% | - |
| HSV(B) | 196.13º | 0.66% | 0.95% | - |
| XYZ | 40.4 | 49.62 | 92.24 | - |
| YUV | 169.92 | 169.24 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 200 | 243 | 0.66 | 0.18 | 0 | 0.05 | 196.13 | 0.87 | 0.64 |
| Hex | 53 | C8 | F3 | 42 | 12 | 0 | 5 | C4 | 57 | 40 |
| Octal | 123 | 310 | 363 | 102 | 22 | 0 | 5 | 304 | 127 | 100 |
| Binary | 1010011 | 11001000 | 11110011 | 1000010 | 10010 | 0 | 101 | 11000100 | 1010111 | 1000000 |
Color Harmonies of #53C8F3
Complementary color
Monochromatic Colors of #53C8F3
Black with #53C8F3
Text Example
Text Example
White with #53C8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C8F3; }
p { color: rgb(83,200,243); }
H1.HeaderClassName
{
color: #53C8F3;
}
.AnyTagClassName
{
color: #53C8F3;
}
</style>
background-color css
<style>
a { background-color: #53C8F3; }
a { background-color: rgb(83,200,243); }
div.DivClassName
{
background-color: #53C8F3;
}
.BgClassName
{
background-color: #53C8F3;
}
</style>
border-color css
<style>
span { border-color: #53C8F3; }
span { border-color: rgb(83,200,243); }
td.TdClassName
{
border-color: #53C8F3;
}
.TagClassName
{
border-color: #53C8F3;
}
</style>