Shades of Baby Blue #53FFF9
Tints of Baby Blue #53FFF9
RGB
CMYK
RGB Variations
Color information
#53FFF9 (or 0x53FFF9) is known color: Baby Blue. HEX triplet: 53, FF and F9. RGB value is (83,255,249). Sum of RGB (Red+Green+Blue) = 83+255+249=587 (77% of max value = 765). Red value is 83 (32.81% from 255 or 14.14% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FFF9 is #AC0006. Grayscale: #CACACA. Windows color (decimal): -11272199 or 16383827. OLE color: 16383827.
HSL color Cylindrical-coordinate representation of color #53FFF9: hue angle of 177.91º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FFF9 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 249 | - |
| CMYK | 0.67 | 0 | 0.02 | 0 |
| HSL | 177.91º | 1% | 0.66% | - |
| HSV(B) | 177.91º | 0.67% | 1% | - |
| XYZ | 56.43 | 80.2 | 102.13 | - |
| YUV | 202.89 | 154.02 | 42.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 249 | 0.67 | 0 | 0.02 | 0 | 177.91 | 1 | 0.66 |
| Hex | 53 | FF | F9 | 43 | 0 | 2 | 0 | B2 | 64 | 42 |
| Octal | 123 | 377 | 371 | 103 | 0 | 2 | 0 | 262 | 144 | 102 |
| Binary | 1010011 | 11111111 | 11111001 | 1000011 | 0 | 10 | 0 | 10110010 | 1100100 | 1000010 |
Color Harmonies of #53FFF9
Complementary color
Monochromatic Colors of #53FFF9
Black with #53FFF9
Text Example
Text Example
White with #53FFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FFF9; }
p { color: rgb(83,255,249); }
H1.HeaderClassName
{
color: #53FFF9;
}
.AnyTagClassName
{
color: #53FFF9;
}
</style>
background-color css
<style>
a { background-color: #53FFF9; }
a { background-color: rgb(83,255,249); }
div.DivClassName
{
background-color: #53FFF9;
}
.BgClassName
{
background-color: #53FFF9;
}
</style>
border-color css
<style>
span { border-color: #53FFF9; }
span { border-color: rgb(83,255,249); }
td.TdClassName
{
border-color: #53FFF9;
}
.TagClassName
{
border-color: #53FFF9;
}
</style>