Shades of Baby Blue #47FFFF
Tints of Baby Blue #47FFFF
RGB
CMYK
RGB Variations
Color information
#47FFFF (or 0x47FFFF) is known color: Baby Blue. HEX triplet: 47, FF and FF. RGB value is (71,255,255). Sum of RGB (Red+Green+Blue) = 71+255+255=581 (76% of max value = 765). Red value is 71 (28.12% from 255 or 12.22% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #47FFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FFFF is #B80000. Grayscale: #C7C7C7. Windows color (decimal): -12058625 or 16777031. OLE color: 16777031.
HSL color Cylindrical-coordinate representation of color #47FFFF: hue angle of 180º 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 #47FFFF is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 255 | - |
| CMYK | 0.72 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.64% | - |
| HSV(B) | 180º | 0.72% | 1% | - |
| XYZ | 56.41 | 80.08 | 107.09 | - |
| YUV | 199.98 | 159.04 | 36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 255 | 0.72 | 0 | 0 | 0 | 180 | 1 | 0.64 |
| Hex | 47 | FF | FF | 48 | 0 | 0 | 0 | B4 | 64 | 40 |
| Octal | 107 | 377 | 377 | 110 | 0 | 0 | 0 | 264 | 144 | 100 |
| Binary | 1000111 | 11111111 | 11111111 | 1001000 | 0 | 0 | 0 | 10110100 | 1100100 | 1000000 |
Color Harmonies of #47FFFF
Complementary color
Monochromatic Colors of #47FFFF
Black with #47FFFF
Text Example
Text Example
White with #47FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FFFF; }
p { color: rgb(71,255,255); }
H1.HeaderClassName
{
color: #47FFFF;
}
.AnyTagClassName
{
color: #47FFFF;
}
</style>
background-color css
<style>
a { background-color: #47FFFF; }
a { background-color: rgb(71,255,255); }
div.DivClassName
{
background-color: #47FFFF;
}
.BgClassName
{
background-color: #47FFFF;
}
</style>
border-color css
<style>
span { border-color: #47FFFF; }
span { border-color: rgb(71,255,255); }
td.TdClassName
{
border-color: #47FFFF;
}
.TagClassName
{
border-color: #47FFFF;
}
</style>