Shades of Baby Blue #47FBF2
Tints of Baby Blue #47FBF2
RGB
CMYK
RGB Variations
Color information
#47FBF2 (or 0x47FBF2) is known color: Baby Blue. HEX triplet: 47, FB and F2. RGB value is (71,251,242). Sum of RGB (Red+Green+Blue) = 71+251+242=564 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.59% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #47FBF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FBF2 is #B8040D. Grayscale: #C4C4C4. Windows color (decimal): -12059662 or 15924039. OLE color: 15924039.
HSL color Cylindrical-coordinate representation of color #47FBF2: hue angle of 177º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FBF2 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 251 | 242 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.02 |
| HSL | 177º | 0.96% | 0.63% | - |
| HSV(B) | 177º | 0.72% | 0.98% | - |
| XYZ | 53.12 | 76.74 | 96.02 | - |
| YUV | 196.15 | 153.87 | 38.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 251 | 242 | 0.72 | 0 | 0.04 | 0.02 | 177 | 0.96 | 0.63 |
| Hex | 47 | FB | F2 | 48 | 0 | 4 | 2 | B1 | 60 | 3F |
| Octal | 107 | 373 | 362 | 110 | 0 | 4 | 2 | 261 | 140 | 77 |
| Binary | 1000111 | 11111011 | 11110010 | 1001000 | 0 | 100 | 10 | 10110001 | 1100000 | 111111 |
Color Harmonies of #47FBF2
Complementary color
Monochromatic Colors of #47FBF2
Black with #47FBF2
Text Example
Text Example
White with #47FBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FBF2; }
p { color: rgb(71,251,242); }
H1.HeaderClassName
{
color: #47FBF2;
}
.AnyTagClassName
{
color: #47FBF2;
}
</style>
background-color css
<style>
a { background-color: #47FBF2; }
a { background-color: rgb(71,251,242); }
div.DivClassName
{
background-color: #47FBF2;
}
.BgClassName
{
background-color: #47FBF2;
}
</style>
border-color css
<style>
span { border-color: #47FBF2; }
span { border-color: rgb(71,251,242); }
td.TdClassName
{
border-color: #47FBF2;
}
.TagClassName
{
border-color: #47FBF2;
}
</style>