Shades of Summer Sky #31B8DF
Tints of Summer Sky #31B8DF
RGB
CMYK
RGB Variations
Color information
#31B8DF (or 0x31B8DF) is known color: Summer Sky. HEX triplet: 31, B8 and DF. RGB value is (49,184,223). Sum of RGB (Red+Green+Blue) = 49+184+223=456 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.75% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #31B8DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31B8DF is #CE4720. Grayscale: #939393. Windows color (decimal): -13518625 or 14661681. OLE color: 14661681.
HSL color Cylindrical-coordinate representation of color #31B8DF: hue angle of 193.45º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31B8DF is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 184 | 223 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.13 |
| HSL | 193.45º | 0.73% | 0.53% | - |
| HSV(B) | 193.45º | 0.78% | 0.87% | - |
| XYZ | 31.73 | 40.26 | 75.91 | - |
| YUV | 148.08 | 170.27 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 184 | 223 | 0.78 | 0.17 | 0 | 0.13 | 193.45 | 0.73 | 0.53 |
| Hex | 31 | B8 | DF | 4E | 11 | 0 | D | C1 | 49 | 35 |
| Octal | 61 | 270 | 337 | 116 | 21 | 0 | 15 | 301 | 111 | 65 |
| Binary | 110001 | 10111000 | 11011111 | 1001110 | 10001 | 0 | 1101 | 11000001 | 1001001 | 110101 |
Color Harmonies of #31B8DF
Complementary color
Monochromatic Colors of #31B8DF
Black with #31B8DF
Text Example
Text Example
White with #31B8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B8DF; }
p { color: rgb(49,184,223); }
H1.HeaderClassName
{
color: #31B8DF;
}
.AnyTagClassName
{
color: #31B8DF;
}
</style>
background-color css
<style>
a { background-color: #31B8DF; }
a { background-color: rgb(49,184,223); }
div.DivClassName
{
background-color: #31B8DF;
}
.BgClassName
{
background-color: #31B8DF;
}
</style>
border-color css
<style>
span { border-color: #31B8DF; }
span { border-color: rgb(49,184,223); }
td.TdClassName
{
border-color: #31B8DF;
}
.TagClassName
{
border-color: #31B8DF;
}
</style>