Shades of Summer Sky #31C2EF
Tints of Summer Sky #31C2EF
RGB
CMYK
RGB Variations
Color information
#31C2EF (or 0x31C2EF) is known color: Summer Sky. HEX triplet: 31, C2 and EF. RGB value is (49,194,239). Sum of RGB (Red+Green+Blue) = 49+194+239=482 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.17% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #31C2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31C2EF is #CE3D10. Grayscale: #9B9B9B. Windows color (decimal): -13516049 or 15712817. OLE color: 15712817.
HSL color Cylindrical-coordinate representation of color #31C2EF: hue angle of 194.21º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31C2EF is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 194 | 239 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.06 |
| HSL | 194.21º | 0.86% | 0.56% | - |
| HSV(B) | 194.21º | 0.79% | 0.94% | - |
| XYZ | 36.14 | 45.47 | 88.53 | - |
| YUV | 155.78 | 174.96 | 51.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 194 | 239 | 0.79 | 0.19 | 0 | 0.06 | 194.21 | 0.86 | 0.56 |
| Hex | 31 | C2 | EF | 4F | 13 | 0 | 6 | C2 | 56 | 38 |
| Octal | 61 | 302 | 357 | 117 | 23 | 0 | 6 | 302 | 126 | 70 |
| Binary | 110001 | 11000010 | 11101111 | 1001111 | 10011 | 0 | 110 | 11000010 | 1010110 | 111000 |
Color Harmonies of #31C2EF
Complementary color
Monochromatic Colors of #31C2EF
Black with #31C2EF
Text Example
Text Example
White with #31C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C2EF; }
p { color: rgb(49,194,239); }
H1.HeaderClassName
{
color: #31C2EF;
}
.AnyTagClassName
{
color: #31C2EF;
}
</style>
background-color css
<style>
a { background-color: #31C2EF; }
a { background-color: rgb(49,194,239); }
div.DivClassName
{
background-color: #31C2EF;
}
.BgClassName
{
background-color: #31C2EF;
}
</style>
border-color css
<style>
span { border-color: #31C2EF; }
span { border-color: rgb(49,194,239); }
td.TdClassName
{
border-color: #31C2EF;
}
.TagClassName
{
border-color: #31C2EF;
}
</style>