Shades of Summer Sky #31CFF8
Tints of Summer Sky #31CFF8
RGB
CMYK
RGB Variations
Color information
#31CFF8 (or 0x31CFF8) is known color: Summer Sky. HEX triplet: 31, CF and F8. RGB value is (49,207,248). Sum of RGB (Red+Green+Blue) = 49+207+248=504 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.72% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 248 (97.27% from 255 or 49.21% from 504); Max value from RGB is 248 - color contains mainly: blue. Hex color #31CFF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CFF8 is #CE3007. Grayscale: #A4A4A4. Windows color (decimal): -13512712 or 16305969. OLE color: 16305969.
HSL color Cylindrical-coordinate representation of color #31CFF8: hue angle of 192.36º 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 #31CFF8 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 207 | 248 | - |
| CMYK | 0.80 | 0.17 | 0 | 0.03 |
| HSL | 192.36º | 0.93% | 0.58% | - |
| HSV(B) | 192.36º | 0.8% | 0.97% | - |
| XYZ | 40.52 | 52.06 | 96.72 | - |
| YUV | 164.43 | 175.15 | 45.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 248 | 0.80 | 0.17 | 0 | 0.03 | 192.36 | 0.93 | 0.58 |
| Hex | 31 | CF | F8 | 50 | 11 | 0 | 3 | C0 | 5D | 3A |
| Octal | 61 | 317 | 370 | 120 | 21 | 0 | 3 | 300 | 135 | 72 |
| Binary | 110001 | 11001111 | 11111000 | 1010000 | 10001 | 0 | 11 | 11000000 | 1011101 | 111010 |
Color Harmonies of #31CFF8
Complementary color
Monochromatic Colors of #31CFF8
Black with #31CFF8
Text Example
Text Example
White with #31CFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CFF8; }
p { color: rgb(49,207,248); }
H1.HeaderClassName
{
color: #31CFF8;
}
.AnyTagClassName
{
color: #31CFF8;
}
</style>
background-color css
<style>
a { background-color: #31CFF8; }
a { background-color: rgb(49,207,248); }
div.DivClassName
{
background-color: #31CFF8;
}
.BgClassName
{
background-color: #31CFF8;
}
</style>
border-color css
<style>
span { border-color: #31CFF8; }
span { border-color: rgb(49,207,248); }
td.TdClassName
{
border-color: #31CFF8;
}
.TagClassName
{
border-color: #31CFF8;
}
</style>