Shades of Summer Sky #31CCF3
Tints of Summer Sky #31CCF3
RGB
CMYK
RGB Variations
Color information
#31CCF3 (or 0x31CCF3) is known color: Summer Sky. HEX triplet: 31, CC and F3. RGB value is (49,204,243). Sum of RGB (Red+Green+Blue) = 49+204+243=496 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.88% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #31CCF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CCF3 is #CE330C. Grayscale: #A1A1A1. Windows color (decimal): -13513485 or 15977521. OLE color: 15977521.
HSL color Cylindrical-coordinate representation of color #31CCF3: hue angle of 192.06º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31CCF3 is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 204 | 243 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.05 |
| HSL | 192.06º | 0.89% | 0.57% | - |
| HSV(B) | 192.06º | 0.8% | 0.95% | - |
| XYZ | 39.04 | 50.31 | 92.45 | - |
| YUV | 162.1 | 173.65 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 243 | 0.80 | 0.16 | 0 | 0.05 | 192.06 | 0.89 | 0.57 |
| Hex | 31 | CC | F3 | 50 | 10 | 0 | 5 | C0 | 59 | 39 |
| Octal | 61 | 314 | 363 | 120 | 20 | 0 | 5 | 300 | 131 | 71 |
| Binary | 110001 | 11001100 | 11110011 | 1010000 | 10000 | 0 | 101 | 11000000 | 1011001 | 111001 |
Color Harmonies of #31CCF3
Complementary color
Monochromatic Colors of #31CCF3
Black with #31CCF3
Text Example
Text Example
White with #31CCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CCF3; }
p { color: rgb(49,204,243); }
H1.HeaderClassName
{
color: #31CCF3;
}
.AnyTagClassName
{
color: #31CCF3;
}
</style>
background-color css
<style>
a { background-color: #31CCF3; }
a { background-color: rgb(49,204,243); }
div.DivClassName
{
background-color: #31CCF3;
}
.BgClassName
{
background-color: #31CCF3;
}
</style>
border-color css
<style>
span { border-color: #31CCF3; }
span { border-color: rgb(49,204,243); }
td.TdClassName
{
border-color: #31CCF3;
}
.TagClassName
{
border-color: #31CCF3;
}
</style>