Shades of Summer Sky #49BFF2
Tints of Summer Sky #49BFF2
RGB
CMYK
RGB Variations
Color information
#49BFF2 (or 0x49BFF2) is known color: Summer Sky. HEX triplet: 49, BF and F2. RGB value is (73,191,242). Sum of RGB (Red+Green+Blue) = 73+191+242=506 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.43% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #49BFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BFF2 is #B6400D. Grayscale: #A1A1A1. Windows color (decimal): -11943950 or 15908681. OLE color: 15908681.
HSL color Cylindrical-coordinate representation of color #49BFF2: hue angle of 198.11º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49BFF2 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 191 | 242 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.05 |
| HSL | 198.11º | 0.87% | 0.62% | - |
| HSV(B) | 198.11º | 0.7% | 0.95% | - |
| XYZ | 37.41 | 45.09 | 90.74 | - |
| YUV | 161.53 | 173.41 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 242 | 0.70 | 0.21 | 0 | 0.05 | 198.11 | 0.87 | 0.62 |
| Hex | 49 | BF | F2 | 46 | 15 | 0 | 5 | C6 | 57 | 3E |
| Octal | 111 | 277 | 362 | 106 | 25 | 0 | 5 | 306 | 127 | 76 |
| Binary | 1001001 | 10111111 | 11110010 | 1000110 | 10101 | 0 | 101 | 11000110 | 1010111 | 111110 |
Color Harmonies of #49BFF2
Complementary color
Monochromatic Colors of #49BFF2
Black with #49BFF2
Text Example
Text Example
White with #49BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BFF2; }
p { color: rgb(73,191,242); }
H1.HeaderClassName
{
color: #49BFF2;
}
.AnyTagClassName
{
color: #49BFF2;
}
</style>
background-color css
<style>
a { background-color: #49BFF2; }
a { background-color: rgb(73,191,242); }
div.DivClassName
{
background-color: #49BFF2;
}
.BgClassName
{
background-color: #49BFF2;
}
</style>
border-color css
<style>
span { border-color: #49BFF2; }
span { border-color: rgb(73,191,242); }
td.TdClassName
{
border-color: #49BFF2;
}
.TagClassName
{
border-color: #49BFF2;
}
</style>