Shades of Summer Sky #49BFFA
Tints of Summer Sky #49BFFA
RGB
CMYK
RGB Variations
Color information
#49BFFA (or 0x49BFFA) is known color: Summer Sky. HEX triplet: 49, BF and FA. RGB value is (73,191,250). Sum of RGB (Red+Green+Blue) = 73+191+250=514 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.20% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #49BFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BFFA is #B64005. Grayscale: #A2A2A2. Windows color (decimal): -11943942 or 16432969. OLE color: 16432969.
HSL color Cylindrical-coordinate representation of color #49BFFA: hue angle of 200º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49BFFA is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 191 | 250 | - |
| CMYK | 0.71 | 0.24 | 0 | 0.02 |
| HSL | 200º | 0.95% | 0.63% | - |
| HSV(B) | 200º | 0.71% | 0.98% | - |
| XYZ | 38.63 | 45.58 | 97.2 | - |
| YUV | 162.44 | 177.41 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 250 | 0.71 | 0.24 | 0 | 0.02 | 200 | 0.95 | 0.63 |
| Hex | 49 | BF | FA | 47 | 18 | 0 | 2 | C8 | 5F | 3F |
| Octal | 111 | 277 | 372 | 107 | 30 | 0 | 2 | 310 | 137 | 77 |
| Binary | 1001001 | 10111111 | 11111010 | 1000111 | 11000 | 0 | 10 | 11001000 | 1011111 | 111111 |
Color Harmonies of #49BFFA
Complementary color
Monochromatic Colors of #49BFFA
Black with #49BFFA
Text Example
Text Example
White with #49BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BFFA; }
p { color: rgb(73,191,250); }
H1.HeaderClassName
{
color: #49BFFA;
}
.AnyTagClassName
{
color: #49BFFA;
}
</style>
background-color css
<style>
a { background-color: #49BFFA; }
a { background-color: rgb(73,191,250); }
div.DivClassName
{
background-color: #49BFFA;
}
.BgClassName
{
background-color: #49BFFA;
}
</style>
border-color css
<style>
span { border-color: #49BFFA; }
span { border-color: rgb(73,191,250); }
td.TdClassName
{
border-color: #49BFFA;
}
.TagClassName
{
border-color: #49BFFA;
}
</style>