Shades of Baby Blue #53EEF9
Tints of Baby Blue #53EEF9
RGB
CMYK
RGB Variations
Color information
#53EEF9 (or 0x53EEF9) is known color: Baby Blue. HEX triplet: 53, EE and F9. RGB value is (83,238,249). Sum of RGB (Red+Green+Blue) = 83+238+249=570 (75% of max value = 765). Red value is 83 (32.81% from 255 or 14.56% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #53EEF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53EEF9 is #AC1106. Grayscale: #C0C0C0. Windows color (decimal): -11276551 or 16379475. OLE color: 16379475.
HSL color Cylindrical-coordinate representation of color #53EEF9: hue angle of 183.98º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53EEF9 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 238 | 249 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.02 |
| HSL | 183.98º | 0.93% | 0.65% | - |
| HSV(B) | 183.98º | 0.67% | 0.98% | - |
| XYZ | 51.24 | 69.83 | 100.4 | - |
| YUV | 192.91 | 159.65 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 238 | 249 | 0.67 | 0.04 | 0 | 0.02 | 183.98 | 0.93 | 0.65 |
| Hex | 53 | EE | F9 | 43 | 4 | 0 | 2 | B8 | 5D | 41 |
| Octal | 123 | 356 | 371 | 103 | 4 | 0 | 2 | 270 | 135 | 101 |
| Binary | 1010011 | 11101110 | 11111001 | 1000011 | 100 | 0 | 10 | 10111000 | 1011101 | 1000001 |
Color Harmonies of #53EEF9
Complementary color
Monochromatic Colors of #53EEF9
Black with #53EEF9
Text Example
Text Example
White with #53EEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EEF9; }
p { color: rgb(83,238,249); }
H1.HeaderClassName
{
color: #53EEF9;
}
.AnyTagClassName
{
color: #53EEF9;
}
</style>
background-color css
<style>
a { background-color: #53EEF9; }
a { background-color: rgb(83,238,249); }
div.DivClassName
{
background-color: #53EEF9;
}
.BgClassName
{
background-color: #53EEF9;
}
</style>
border-color css
<style>
span { border-color: #53EEF9; }
span { border-color: rgb(83,238,249); }
td.TdClassName
{
border-color: #53EEF9;
}
.TagClassName
{
border-color: #53EEF9;
}
</style>