Shades of Baby Blue #53FFF6
Tints of Baby Blue #53FFF6
RGB
CMYK
RGB Variations
Color information
#53FFF6 (or 0x53FFF6) is known color: Baby Blue. HEX triplet: 53, FF and F6. RGB value is (83,255,246). Sum of RGB (Red+Green+Blue) = 83+255+246=584 (77% of max value = 765). Red value is 83 (32.81% from 255 or 14.21% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 246 (96.48% from 255 or 42.12% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FFF6 is #AC0009. Grayscale: #CACACA. Windows color (decimal): -11272202 or 16187219. OLE color: 16187219.
HSL color Cylindrical-coordinate representation of color #53FFF6: hue angle of 176.86º 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 #53FFF6 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 246 | - |
| CMYK | 0.67 | 0 | 0.04 | 0 |
| HSL | 176.86º | 1% | 0.66% | - |
| HSV(B) | 176.86º | 0.67% | 1% | - |
| XYZ | 55.96 | 80.01 | 99.68 | - |
| YUV | 202.55 | 152.52 | 42.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 246 | 0.67 | 0 | 0.04 | 0 | 176.86 | 1 | 0.66 |
| Hex | 53 | FF | F6 | 43 | 0 | 4 | 0 | B1 | 64 | 42 |
| Octal | 123 | 377 | 366 | 103 | 0 | 4 | 0 | 261 | 144 | 102 |
| Binary | 1010011 | 11111111 | 11110110 | 1000011 | 0 | 100 | 0 | 10110001 | 1100100 | 1000010 |
Color Harmonies of #53FFF6
Complementary color
Monochromatic Colors of #53FFF6
Black with #53FFF6
Text Example
Text Example
White with #53FFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FFF6; }
p { color: rgb(83,255,246); }
H1.HeaderClassName
{
color: #53FFF6;
}
.AnyTagClassName
{
color: #53FFF6;
}
</style>
background-color css
<style>
a { background-color: #53FFF6; }
a { background-color: rgb(83,255,246); }
div.DivClassName
{
background-color: #53FFF6;
}
.BgClassName
{
background-color: #53FFF6;
}
</style>
border-color css
<style>
span { border-color: #53FFF6; }
span { border-color: rgb(83,255,246); }
td.TdClassName
{
border-color: #53FFF6;
}
.TagClassName
{
border-color: #53FFF6;
}
</style>