Shades of Summer Sky #31D1EE
Tints of Summer Sky #31D1EE
RGB
CMYK
RGB Variations
Color information
#31D1EE (or 0x31D1EE) is known color: Summer Sky. HEX triplet: 31, D1 and EE. RGB value is (49,209,238). Sum of RGB (Red+Green+Blue) = 49+209+238=496 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.88% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #31D1EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31D1EE is #CE2E11. Grayscale: #A4A4A4. Windows color (decimal): -13512210 or 15651121. OLE color: 15651121.
HSL color Cylindrical-coordinate representation of color #31D1EE: hue angle of 189.21º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31D1EE is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 209 | 238 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.07 |
| HSL | 189.21º | 0.85% | 0.56% | - |
| HSV(B) | 189.21º | 0.79% | 0.93% | - |
| XYZ | 39.5 | 52.43 | 88.93 | - |
| YUV | 164.47 | 169.49 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 209 | 238 | 0.79 | 0.12 | 0 | 0.07 | 189.21 | 0.85 | 0.56 |
| Hex | 31 | D1 | EE | 4F | C | 0 | 7 | BD | 55 | 38 |
| Octal | 61 | 321 | 356 | 117 | 14 | 0 | 7 | 275 | 125 | 70 |
| Binary | 110001 | 11010001 | 11101110 | 1001111 | 1100 | 0 | 111 | 10111101 | 1010101 | 111000 |
Color Harmonies of #31D1EE
Complementary color
Monochromatic Colors of #31D1EE
Black with #31D1EE
Text Example
Text Example
White with #31D1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D1EE; }
p { color: rgb(49,209,238); }
H1.HeaderClassName
{
color: #31D1EE;
}
.AnyTagClassName
{
color: #31D1EE;
}
</style>
background-color css
<style>
a { background-color: #31D1EE; }
a { background-color: rgb(49,209,238); }
div.DivClassName
{
background-color: #31D1EE;
}
.BgClassName
{
background-color: #31D1EE;
}
</style>
border-color css
<style>
span { border-color: #31D1EE; }
span { border-color: rgb(49,209,238); }
td.TdClassName
{
border-color: #31D1EE;
}
.TagClassName
{
border-color: #31D1EE;
}
</style>