Shades of Summer Sky #47BFF1
Tints of Summer Sky #47BFF1
RGB
CMYK
RGB Variations
Color information
#47BFF1 (or 0x47BFF1) is known color: Summer Sky. HEX triplet: 47, BF and F1. RGB value is (71,191,241). Sum of RGB (Red+Green+Blue) = 71+191+241=503 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.12% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #47BFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47BFF1 is #B8400E. Grayscale: #A0A0A0. Windows color (decimal): -12075023 or 15843143. OLE color: 15843143.
HSL color Cylindrical-coordinate representation of color #47BFF1: hue angle of 197.65º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47BFF1 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 191 | 241 | - |
| CMYK | 0.71 | 0.21 | 0 | 0.05 |
| HSL | 197.65º | 0.86% | 0.61% | - |
| HSV(B) | 197.65º | 0.71% | 0.95% | - |
| XYZ | 37.11 | 44.95 | 89.94 | - |
| YUV | 160.82 | 173.24 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 191 | 241 | 0.71 | 0.21 | 0 | 0.05 | 197.65 | 0.86 | 0.61 |
| Hex | 47 | BF | F1 | 47 | 15 | 0 | 5 | C6 | 56 | 3D |
| Octal | 107 | 277 | 361 | 107 | 25 | 0 | 5 | 306 | 126 | 75 |
| Binary | 1000111 | 10111111 | 11110001 | 1000111 | 10101 | 0 | 101 | 11000110 | 1010110 | 111101 |
Color Harmonies of #47BFF1
Complementary color
Monochromatic Colors of #47BFF1
Black with #47BFF1
Text Example
Text Example
White with #47BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BFF1; }
p { color: rgb(71,191,241); }
H1.HeaderClassName
{
color: #47BFF1;
}
.AnyTagClassName
{
color: #47BFF1;
}
</style>
background-color css
<style>
a { background-color: #47BFF1; }
a { background-color: rgb(71,191,241); }
div.DivClassName
{
background-color: #47BFF1;
}
.BgClassName
{
background-color: #47BFF1;
}
</style>
border-color css
<style>
span { border-color: #47BFF1; }
span { border-color: rgb(71,191,241); }
td.TdClassName
{
border-color: #47BFF1;
}
.TagClassName
{
border-color: #47BFF1;
}
</style>