Shades of Baby Blue #47FFF5
Tints of Baby Blue #47FFF5
RGB
CMYK
RGB Variations
Color information
#47FFF5 (or 0x47FFF5) is known color: Baby Blue. HEX triplet: 47, FF and F5. RGB value is (71,255,245). Sum of RGB (Red+Green+Blue) = 71+255+245=571 (75% of max value = 765). Red value is 71 (28.12% from 255 or 12.43% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 245 (96.09% from 255 or 42.91% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FFF5 is #B8000A. Grayscale: #C6C6C6. Windows color (decimal): -12058635 or 16121671. OLE color: 16121671.
HSL color Cylindrical-coordinate representation of color #47FFF5: hue angle of 176.74º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FFF5 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 245 | - |
| CMYK | 0.72 | 0 | 0.04 | 0 |
| HSL | 176.74º | 1% | 0.64% | - |
| HSV(B) | 176.74º | 0.72% | 1% | - |
| XYZ | 54.84 | 79.45 | 98.83 | - |
| YUV | 198.84 | 154.04 | 36.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 245 | 0.72 | 0 | 0.04 | 0 | 176.74 | 1 | 0.64 |
| Hex | 47 | FF | F5 | 48 | 0 | 4 | 0 | B1 | 64 | 40 |
| Octal | 107 | 377 | 365 | 110 | 0 | 4 | 0 | 261 | 144 | 100 |
| Binary | 1000111 | 11111111 | 11110101 | 1001000 | 0 | 100 | 0 | 10110001 | 1100100 | 1000000 |
Color Harmonies of #47FFF5
Complementary color
Monochromatic Colors of #47FFF5
Black with #47FFF5
Text Example
Text Example
White with #47FFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FFF5; }
p { color: rgb(71,255,245); }
H1.HeaderClassName
{
color: #47FFF5;
}
.AnyTagClassName
{
color: #47FFF5;
}
</style>
background-color css
<style>
a { background-color: #47FFF5; }
a { background-color: rgb(71,255,245); }
div.DivClassName
{
background-color: #47FFF5;
}
.BgClassName
{
background-color: #47FFF5;
}
</style>
border-color css
<style>
span { border-color: #47FFF5; }
span { border-color: rgb(71,255,245); }
td.TdClassName
{
border-color: #47FFF5;
}
.TagClassName
{
border-color: #47FFF5;
}
</style>