Shades of Summer Sky #31D4F7
Tints of Summer Sky #31D4F7
RGB
CMYK
RGB Variations
Color information
#31D4F7 (or 0x31D4F7) is known color: Summer Sky. HEX triplet: 31, D4 and F7. RGB value is (49,212,247). Sum of RGB (Red+Green+Blue) = 49+212+247=508 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.65% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 247 (96.88% from 255 or 48.62% from 508); Max value from RGB is 247 - color contains mainly: blue. Hex color #31D4F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31D4F7 is #CE2B08. Grayscale: #A6A6A6. Windows color (decimal): -13511433 or 16241713. OLE color: 16241713.
HSL color Cylindrical-coordinate representation of color #31D4F7: hue angle of 190.61º 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 #31D4F7 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 212 | 247 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.03 |
| HSL | 190.61º | 0.93% | 0.58% | - |
| HSV(B) | 190.61º | 0.8% | 0.97% | - |
| XYZ | 41.6 | 54.46 | 96.31 | - |
| YUV | 167.25 | 173 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 212 | 247 | 0.80 | 0.14 | 0 | 0.03 | 190.61 | 0.93 | 0.58 |
| Hex | 31 | D4 | F7 | 50 | E | 0 | 3 | BF | 5D | 3A |
| Octal | 61 | 324 | 367 | 120 | 16 | 0 | 3 | 277 | 135 | 72 |
| Binary | 110001 | 11010100 | 11110111 | 1010000 | 1110 | 0 | 11 | 10111111 | 1011101 | 111010 |
Color Harmonies of #31D4F7
Complementary color
Monochromatic Colors of #31D4F7
Black with #31D4F7
Text Example
Text Example
White with #31D4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D4F7; }
p { color: rgb(49,212,247); }
H1.HeaderClassName
{
color: #31D4F7;
}
.AnyTagClassName
{
color: #31D4F7;
}
</style>
background-color css
<style>
a { background-color: #31D4F7; }
a { background-color: rgb(49,212,247); }
div.DivClassName
{
background-color: #31D4F7;
}
.BgClassName
{
background-color: #31D4F7;
}
</style>
border-color css
<style>
span { border-color: #31D4F7; }
span { border-color: rgb(49,212,247); }
td.TdClassName
{
border-color: #31D4F7;
}
.TagClassName
{
border-color: #31D4F7;
}
</style>