Shades of Summer Sky #31CBF9
Tints of Summer Sky #31CBF9
RGB
CMYK
RGB Variations
Color information
#31CBF9 (or 0x31CBF9) is known color: Summer Sky. HEX triplet: 31, CB and F9. RGB value is (49,203,249). Sum of RGB (Red+Green+Blue) = 49+203+249=501 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.78% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #31CBF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CBF9 is #CE3406. Grayscale: #A1A1A1. Windows color (decimal): -13513735 or 16370481. OLE color: 16370481.
HSL color Cylindrical-coordinate representation of color #31CBF9: hue angle of 193.8º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31CBF9 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 203 | 249 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.02 |
| HSL | 193.8º | 0.94% | 0.58% | - |
| HSV(B) | 193.8º | 0.8% | 0.98% | - |
| XYZ | 39.72 | 50.2 | 97.22 | - |
| YUV | 162.2 | 176.98 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 203 | 249 | 0.80 | 0.18 | 0 | 0.02 | 193.8 | 0.94 | 0.58 |
| Hex | 31 | CB | F9 | 50 | 12 | 0 | 2 | C2 | 5E | 3A |
| Octal | 61 | 313 | 371 | 120 | 22 | 0 | 2 | 302 | 136 | 72 |
| Binary | 110001 | 11001011 | 11111001 | 1010000 | 10010 | 0 | 10 | 11000010 | 1011110 | 111010 |
Color Harmonies of #31CBF9
Complementary color
Monochromatic Colors of #31CBF9
Black with #31CBF9
Text Example
Text Example
White with #31CBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CBF9; }
p { color: rgb(49,203,249); }
H1.HeaderClassName
{
color: #31CBF9;
}
.AnyTagClassName
{
color: #31CBF9;
}
</style>
background-color css
<style>
a { background-color: #31CBF9; }
a { background-color: rgb(49,203,249); }
div.DivClassName
{
background-color: #31CBF9;
}
.BgClassName
{
background-color: #31CBF9;
}
</style>
border-color css
<style>
span { border-color: #31CBF9; }
span { border-color: rgb(49,203,249); }
td.TdClassName
{
border-color: #31CBF9;
}
.TagClassName
{
border-color: #31CBF9;
}
</style>