Shades of Summer Sky #31BFF5
Tints of Summer Sky #31BFF5
RGB
CMYK
RGB Variations
Color information
#31BFF5 (or 0x31BFF5) is known color: Summer Sky. HEX triplet: 31, BF and F5. RGB value is (49,191,245). Sum of RGB (Red+Green+Blue) = 49+191+245=485 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.10% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 245 (96.09% from 255 or 50.52% from 485); Max value from RGB is 245 - color contains mainly: blue. Hex color #31BFF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BFF5 is #CE400A. Grayscale: #9A9A9A. Windows color (decimal): -13516811 or 16105265. OLE color: 16105265.
HSL color Cylindrical-coordinate representation of color #31BFF5: hue angle of 196.53º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31BFF5 is Cyan = 0.8, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 191 | 245 | - |
| CMYK | 0.8 | 0.22 | 0 | 0.04 |
| HSL | 196.53º | 0.91% | 0.58% | - |
| HSV(B) | 196.53º | 0.8% | 0.96% | - |
| XYZ | 36.38 | 44.51 | 93.06 | - |
| YUV | 154.7 | 178.96 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 245 | 0.8 | 0.22 | 0 | 0.04 | 196.53 | 0.91 | 0.58 |
| Hex | 31 | BF | F5 | 50 | 16 | 0 | 4 | C5 | 5B | 3A |
| Octal | 61 | 277 | 365 | 120 | 26 | 0 | 4 | 305 | 133 | 72 |
| Binary | 110001 | 10111111 | 11110101 | 1010000 | 10110 | 0 | 100 | 11000101 | 1011011 | 111010 |
Color Harmonies of #31BFF5
Complementary color
Monochromatic Colors of #31BFF5
Black with #31BFF5
Text Example
Text Example
White with #31BFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BFF5; }
p { color: rgb(49,191,245); }
H1.HeaderClassName
{
color: #31BFF5;
}
.AnyTagClassName
{
color: #31BFF5;
}
</style>
background-color css
<style>
a { background-color: #31BFF5; }
a { background-color: rgb(49,191,245); }
div.DivClassName
{
background-color: #31BFF5;
}
.BgClassName
{
background-color: #31BFF5;
}
</style>
border-color css
<style>
span { border-color: #31BFF5; }
span { border-color: rgb(49,191,245); }
td.TdClassName
{
border-color: #31BFF5;
}
.TagClassName
{
border-color: #31BFF5;
}
</style>