Shades of Baby Blue #53FFF7
Tints of Baby Blue #53FFF7
RGB
CMYK
RGB Variations
Color information
#53FFF7 (or 0x53FFF7) is known color: Baby Blue. HEX triplet: 53, FF and F7. RGB value is (83,255,247). Sum of RGB (Red+Green+Blue) = 83+255+247=585 (77% of max value = 765). Red value is 83 (32.81% from 255 or 14.19% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 247 (96.88% from 255 or 42.22% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FFF7 is #AC0008. Grayscale: #CACACA. Windows color (decimal): -11272201 or 16252755. OLE color: 16252755.
HSL color Cylindrical-coordinate representation of color #53FFF7: hue angle of 177.21º 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 #53FFF7 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 247 | - |
| CMYK | 0.67 | 0 | 0.03 | 0 |
| HSL | 177.21º | 1% | 0.66% | - |
| HSV(B) | 177.21º | 0.67% | 1% | - |
| XYZ | 56.12 | 80.07 | 100.49 | - |
| YUV | 202.66 | 153.02 | 42.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 247 | 0.67 | 0 | 0.03 | 0 | 177.21 | 1 | 0.66 |
| Hex | 53 | FF | F7 | 43 | 0 | 3 | 0 | B1 | 64 | 42 |
| Octal | 123 | 377 | 367 | 103 | 0 | 3 | 0 | 261 | 144 | 102 |
| Binary | 1010011 | 11111111 | 11110111 | 1000011 | 0 | 11 | 0 | 10110001 | 1100100 | 1000010 |
Color Harmonies of #53FFF7
Complementary color
Monochromatic Colors of #53FFF7
Black with #53FFF7
Text Example
Text Example
White with #53FFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FFF7; }
p { color: rgb(83,255,247); }
H1.HeaderClassName
{
color: #53FFF7;
}
.AnyTagClassName
{
color: #53FFF7;
}
</style>
background-color css
<style>
a { background-color: #53FFF7; }
a { background-color: rgb(83,255,247); }
div.DivClassName
{
background-color: #53FFF7;
}
.BgClassName
{
background-color: #53FFF7;
}
</style>
border-color css
<style>
span { border-color: #53FFF7; }
span { border-color: rgb(83,255,247); }
td.TdClassName
{
border-color: #53FFF7;
}
.TagClassName
{
border-color: #53FFF7;
}
</style>