Shades of Summer Sky #31CBF7
Tints of Summer Sky #31CBF7
RGB
CMYK
RGB Variations
Color information
#31CBF7 (or 0x31CBF7) is known color: Summer Sky. HEX triplet: 31, CB and F7. RGB value is (49,203,247). Sum of RGB (Red+Green+Blue) = 49+203+247=499 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.82% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 247 - color contains mainly: blue. Hex color #31CBF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CBF7 is #CE3408. Grayscale: #A1A1A1. Windows color (decimal): -13513737 or 16239409. OLE color: 16239409.
HSL color Cylindrical-coordinate representation of color #31CBF7: hue angle of 193.33º 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 #31CBF7 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 203 | 247 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.03 |
| HSL | 193.33º | 0.93% | 0.58% | - |
| HSV(B) | 193.33º | 0.8% | 0.97% | - |
| XYZ | 39.41 | 50.08 | 95.58 | - |
| YUV | 161.97 | 175.98 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 203 | 247 | 0.80 | 0.18 | 0 | 0.03 | 193.33 | 0.93 | 0.58 |
| Hex | 31 | CB | F7 | 50 | 12 | 0 | 3 | C1 | 5D | 3A |
| Octal | 61 | 313 | 367 | 120 | 22 | 0 | 3 | 301 | 135 | 72 |
| Binary | 110001 | 11001011 | 11110111 | 1010000 | 10010 | 0 | 11 | 11000001 | 1011101 | 111010 |
Color Harmonies of #31CBF7
Complementary color
Monochromatic Colors of #31CBF7
Black with #31CBF7
Text Example
Text Example
White with #31CBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CBF7; }
p { color: rgb(49,203,247); }
H1.HeaderClassName
{
color: #31CBF7;
}
.AnyTagClassName
{
color: #31CBF7;
}
</style>
background-color css
<style>
a { background-color: #31CBF7; }
a { background-color: rgb(49,203,247); }
div.DivClassName
{
background-color: #31CBF7;
}
.BgClassName
{
background-color: #31CBF7;
}
</style>
border-color css
<style>
span { border-color: #31CBF7; }
span { border-color: rgb(49,203,247); }
td.TdClassName
{
border-color: #31CBF7;
}
.TagClassName
{
border-color: #31CBF7;
}
</style>