Shades of Baby Blue #47FDF1
Tints of Baby Blue #47FDF1
RGB
CMYK
RGB Variations
Color information
#47FDF1 (or 0x47FDF1) is known color: Baby Blue. HEX triplet: 47, FD and F1. RGB value is (71,253,241). Sum of RGB (Red+Green+Blue) = 71+253+241=565 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.57% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FDF1 is #B8020E. Grayscale: #C5C5C5. Windows color (decimal): -12059151 or 15859015. OLE color: 15859015.
HSL color Cylindrical-coordinate representation of color #47FDF1: hue angle of 176.04º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FDF1 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 253 | 241 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.01 |
| HSL | 176.04º | 0.98% | 0.64% | - |
| HSV(B) | 176.04º | 0.72% | 0.99% | - |
| XYZ | 53.6 | 77.94 | 95.44 | - |
| YUV | 197.21 | 152.7 | 37.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 253 | 241 | 0.72 | 0 | 0.05 | 0.01 | 176.04 | 0.98 | 0.64 |
| Hex | 47 | FD | F1 | 48 | 0 | 5 | 1 | B0 | 62 | 40 |
| Octal | 107 | 375 | 361 | 110 | 0 | 5 | 1 | 260 | 142 | 100 |
| Binary | 1000111 | 11111101 | 11110001 | 1001000 | 0 | 101 | 1 | 10110000 | 1100010 | 1000000 |
Color Harmonies of #47FDF1
Complementary color
Monochromatic Colors of #47FDF1
Black with #47FDF1
Text Example
Text Example
White with #47FDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FDF1; }
p { color: rgb(71,253,241); }
H1.HeaderClassName
{
color: #47FDF1;
}
.AnyTagClassName
{
color: #47FDF1;
}
</style>
background-color css
<style>
a { background-color: #47FDF1; }
a { background-color: rgb(71,253,241); }
div.DivClassName
{
background-color: #47FDF1;
}
.BgClassName
{
background-color: #47FDF1;
}
</style>
border-color css
<style>
span { border-color: #47FDF1; }
span { border-color: rgb(71,253,241); }
td.TdClassName
{
border-color: #47FDF1;
}
.TagClassName
{
border-color: #47FDF1;
}
</style>