Shades of Baby Blue #47FBFF
Tints of Baby Blue #47FBFF
RGB
CMYK
RGB Variations
Color information
#47FBFF (or 0x47FBFF) is known color: Baby Blue. HEX triplet: 47, FB and FF. RGB value is (71,251,255). Sum of RGB (Red+Green+Blue) = 71+251+255=577 (76% of max value = 765). Red value is 71 (28.12% from 255 or 12.31% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #47FBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FBFF is #B80400. Grayscale: #C5C5C5. Windows color (decimal): -12059649 or 16776007. OLE color: 16776007.
HSL color Cylindrical-coordinate representation of color #47FBFF: hue angle of 181.3º 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 #47FBFF is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 251 | 255 | - |
| CMYK | 0.72 | 0.02 | 0 | 0 |
| HSL | 181.3º | 1% | 0.64% | - |
| HSV(B) | 181.3º | 0.72% | 1% | - |
| XYZ | 55.15 | 77.55 | 106.67 | - |
| YUV | 197.64 | 160.37 | 37.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 251 | 255 | 0.72 | 0.02 | 0 | 0 | 181.3 | 1 | 0.64 |
| Hex | 47 | FB | FF | 48 | 2 | 0 | 0 | B5 | 64 | 40 |
| Octal | 107 | 373 | 377 | 110 | 2 | 0 | 0 | 265 | 144 | 100 |
| Binary | 1000111 | 11111011 | 11111111 | 1001000 | 10 | 0 | 0 | 10110101 | 1100100 | 1000000 |
Color Harmonies of #47FBFF
Complementary color
Monochromatic Colors of #47FBFF
Black with #47FBFF
Text Example
Text Example
White with #47FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FBFF; }
p { color: rgb(71,251,255); }
H1.HeaderClassName
{
color: #47FBFF;
}
.AnyTagClassName
{
color: #47FBFF;
}
</style>
background-color css
<style>
a { background-color: #47FBFF; }
a { background-color: rgb(71,251,255); }
div.DivClassName
{
background-color: #47FBFF;
}
.BgClassName
{
background-color: #47FBFF;
}
</style>
border-color css
<style>
span { border-color: #47FBFF; }
span { border-color: rgb(71,251,255); }
td.TdClassName
{
border-color: #47FBFF;
}
.TagClassName
{
border-color: #47FBFF;
}
</style>