Shades of Summer Sky #31CCF9
Tints of Summer Sky #31CCF9
RGB
CMYK
RGB Variations
Color information
#31CCF9 (or 0x31CCF9) is known color: Summer Sky. HEX triplet: 31, CC and F9. RGB value is (49,204,249). Sum of RGB (Red+Green+Blue) = 49+204+249=502 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.76% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #31CCF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CCF9 is #CE3306. Grayscale: #A2A2A2. Windows color (decimal): -13513479 or 16370737. OLE color: 16370737.
HSL color Cylindrical-coordinate representation of color #31CCF9: hue angle of 193.5º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31CCF9 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 204 | 249 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.02 |
| HSL | 193.5º | 0.94% | 0.58% | - |
| HSV(B) | 193.5º | 0.8% | 0.98% | - |
| XYZ | 39.96 | 50.68 | 97.3 | - |
| YUV | 162.79 | 176.65 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 249 | 0.80 | 0.18 | 0 | 0.02 | 193.5 | 0.94 | 0.58 |
| Hex | 31 | CC | F9 | 50 | 12 | 0 | 2 | C2 | 5E | 3A |
| Octal | 61 | 314 | 371 | 120 | 22 | 0 | 2 | 302 | 136 | 72 |
| Binary | 110001 | 11001100 | 11111001 | 1010000 | 10010 | 0 | 10 | 11000010 | 1011110 | 111010 |
Color Harmonies of #31CCF9
Complementary color
Monochromatic Colors of #31CCF9
Black with #31CCF9
Text Example
Text Example
White with #31CCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CCF9; }
p { color: rgb(49,204,249); }
H1.HeaderClassName
{
color: #31CCF9;
}
.AnyTagClassName
{
color: #31CCF9;
}
</style>
background-color css
<style>
a { background-color: #31CCF9; }
a { background-color: rgb(49,204,249); }
div.DivClassName
{
background-color: #31CCF9;
}
.BgClassName
{
background-color: #31CCF9;
}
</style>
border-color css
<style>
span { border-color: #31CCF9; }
span { border-color: rgb(49,204,249); }
td.TdClassName
{
border-color: #31CCF9;
}
.TagClassName
{
border-color: #31CCF9;
}
</style>