Shades of Baby Blue #47FEFD
Tints of Baby Blue #47FEFD
RGB
CMYK
RGB Variations
Color information
#47FEFD (or 0x47FEFD) is known color: Baby Blue. HEX triplet: 47, FE and FD. RGB value is (71,254,253). Sum of RGB (Red+Green+Blue) = 71+254+253=578 (76% of max value = 765). Red value is 71 (28.12% from 255 or 12.28% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #47FEFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FEFD is #B80102. Grayscale: #C6C6C6. Windows color (decimal): -12058883 or 16645703. OLE color: 16645703.
HSL color Cylindrical-coordinate representation of color #47FEFD: hue angle of 179.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FEFD is Cyan = 0.72, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 254 | 253 | - |
| CMYK | 0.72 | 0 | 0.00 | 0.00 |
| HSL | 179.67º | 0.99% | 0.64% | - |
| HSV(B) | 179.67º | 0.72% | 1% | - |
| XYZ | 55.77 | 79.32 | 105.3 | - |
| YUV | 199.17 | 158.37 | 36.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 254 | 253 | 0.72 | 0 | 0.00 | 0.00 | 179.67 | 0.99 | 0.64 |
| Hex | 47 | FE | FD | 48 | 0 | 0 | 0 | B4 | 63 | 40 |
| Octal | 107 | 376 | 375 | 110 | 0 | 0 | 0 | 264 | 143 | 100 |
| Binary | 1000111 | 11111110 | 11111101 | 1001000 | 0 | 0 | 0 | 10110100 | 1100011 | 1000000 |
Color Harmonies of #47FEFD
Complementary color
Monochromatic Colors of #47FEFD
Black with #47FEFD
Text Example
Text Example
White with #47FEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FEFD; }
p { color: rgb(71,254,253); }
H1.HeaderClassName
{
color: #47FEFD;
}
.AnyTagClassName
{
color: #47FEFD;
}
</style>
background-color css
<style>
a { background-color: #47FEFD; }
a { background-color: rgb(71,254,253); }
div.DivClassName
{
background-color: #47FEFD;
}
.BgClassName
{
background-color: #47FEFD;
}
</style>
border-color css
<style>
span { border-color: #47FEFD; }
span { border-color: rgb(71,254,253); }
td.TdClassName
{
border-color: #47FEFD;
}
.TagClassName
{
border-color: #47FEFD;
}
</style>