Shades of Summer Sky #31CCF8
Tints of Summer Sky #31CCF8
RGB
CMYK
RGB Variations
Color information
#31CCF8 (or 0x31CCF8) is known color: Summer Sky. HEX triplet: 31, CC and F8. RGB value is (49,204,248). Sum of RGB (Red+Green+Blue) = 49+204+248=501 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.78% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 248 (97.27% from 255 or 49.50% from 501); Max value from RGB is 248 - color contains mainly: blue. Hex color #31CCF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CCF8 is #CE3307. Grayscale: #A2A2A2. Windows color (decimal): -13513480 or 16305201. OLE color: 16305201.
HSL color Cylindrical-coordinate representation of color #31CCF8: hue angle of 193.27º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31CCF8 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 204 | 248 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.03 |
| HSL | 193.27º | 0.93% | 0.58% | - |
| HSV(B) | 193.27º | 0.8% | 0.97% | - |
| XYZ | 39.8 | 50.62 | 96.48 | - |
| YUV | 162.67 | 176.15 | 46.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 248 | 0.80 | 0.18 | 0 | 0.03 | 193.27 | 0.93 | 0.58 |
| Hex | 31 | CC | F8 | 50 | 12 | 0 | 3 | C1 | 5D | 3A |
| Octal | 61 | 314 | 370 | 120 | 22 | 0 | 3 | 301 | 135 | 72 |
| Binary | 110001 | 11001100 | 11111000 | 1010000 | 10010 | 0 | 11 | 11000001 | 1011101 | 111010 |
Color Harmonies of #31CCF8
Complementary color
Monochromatic Colors of #31CCF8
Black with #31CCF8
Text Example
Text Example
White with #31CCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CCF8; }
p { color: rgb(49,204,248); }
H1.HeaderClassName
{
color: #31CCF8;
}
.AnyTagClassName
{
color: #31CCF8;
}
</style>
background-color css
<style>
a { background-color: #31CCF8; }
a { background-color: rgb(49,204,248); }
div.DivClassName
{
background-color: #31CCF8;
}
.BgClassName
{
background-color: #31CCF8;
}
</style>
border-color css
<style>
span { border-color: #31CCF8; }
span { border-color: rgb(49,204,248); }
td.TdClassName
{
border-color: #31CCF8;
}
.TagClassName
{
border-color: #31CCF8;
}
</style>