Shades of Summer Sky #31BFE5
Tints of Summer Sky #31BFE5
RGB
CMYK
RGB Variations
Color information
#31BFE5 (or 0x31BFE5) is known color: Summer Sky. HEX triplet: 31, BF and E5. RGB value is (49,191,229). Sum of RGB (Red+Green+Blue) = 49+191+229=469 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.45% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #31BFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BFE5 is #CE401A. Grayscale: #989898. Windows color (decimal): -13516827 or 15056689. OLE color: 15056689.
HSL color Cylindrical-coordinate representation of color #31BFE5: hue angle of 192.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31BFE5 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 191 | 229 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.10 |
| HSL | 192.67º | 0.78% | 0.55% | - |
| HSV(B) | 192.67º | 0.79% | 0.9% | - |
| XYZ | 34.04 | 43.57 | 80.74 | - |
| YUV | 152.87 | 170.96 | 53.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 229 | 0.79 | 0.17 | 0 | 0.10 | 192.67 | 0.78 | 0.55 |
| Hex | 31 | BF | E5 | 4F | 11 | 0 | A | C1 | 4E | 37 |
| Octal | 61 | 277 | 345 | 117 | 21 | 0 | 12 | 301 | 116 | 67 |
| Binary | 110001 | 10111111 | 11100101 | 1001111 | 10001 | 0 | 1010 | 11000001 | 1001110 | 110111 |
Color Harmonies of #31BFE5
Complementary color
Monochromatic Colors of #31BFE5
Black with #31BFE5
Text Example
Text Example
White with #31BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BFE5; }
p { color: rgb(49,191,229); }
H1.HeaderClassName
{
color: #31BFE5;
}
.AnyTagClassName
{
color: #31BFE5;
}
</style>
background-color css
<style>
a { background-color: #31BFE5; }
a { background-color: rgb(49,191,229); }
div.DivClassName
{
background-color: #31BFE5;
}
.BgClassName
{
background-color: #31BFE5;
}
</style>
border-color css
<style>
span { border-color: #31BFE5; }
span { border-color: rgb(49,191,229); }
td.TdClassName
{
border-color: #31BFE5;
}
.TagClassName
{
border-color: #31BFE5;
}
</style>