Shades of Summer Sky #31CEF3
Tints of Summer Sky #31CEF3
RGB
CMYK
RGB Variations
Color information
#31CEF3 (or 0x31CEF3) is known color: Summer Sky. HEX triplet: 31, CE and F3. RGB value is (49,206,243). Sum of RGB (Red+Green+Blue) = 49+206+243=498 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.84% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #31CEF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CEF3 is #CE310C. Grayscale: #A2A2A2. Windows color (decimal): -13512973 or 15978033. OLE color: 15978033.
HSL color Cylindrical-coordinate representation of color #31CEF3: hue angle of 191.44º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31CEF3 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 206 | 243 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.05 |
| HSL | 191.44º | 0.89% | 0.57% | - |
| HSV(B) | 191.44º | 0.8% | 0.95% | - |
| XYZ | 39.52 | 51.27 | 92.61 | - |
| YUV | 163.28 | 172.99 | 46.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 243 | 0.80 | 0.15 | 0 | 0.05 | 191.44 | 0.89 | 0.57 |
| Hex | 31 | CE | F3 | 50 | F | 0 | 5 | BF | 59 | 39 |
| Octal | 61 | 316 | 363 | 120 | 17 | 0 | 5 | 277 | 131 | 71 |
| Binary | 110001 | 11001110 | 11110011 | 1010000 | 1111 | 0 | 101 | 10111111 | 1011001 | 111001 |
Color Harmonies of #31CEF3
Complementary color
Monochromatic Colors of #31CEF3
Black with #31CEF3
Text Example
Text Example
White with #31CEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CEF3; }
p { color: rgb(49,206,243); }
H1.HeaderClassName
{
color: #31CEF3;
}
.AnyTagClassName
{
color: #31CEF3;
}
</style>
background-color css
<style>
a { background-color: #31CEF3; }
a { background-color: rgb(49,206,243); }
div.DivClassName
{
background-color: #31CEF3;
}
.BgClassName
{
background-color: #31CEF3;
}
</style>
border-color css
<style>
span { border-color: #31CEF3; }
span { border-color: rgb(49,206,243); }
td.TdClassName
{
border-color: #31CEF3;
}
.TagClassName
{
border-color: #31CEF3;
}
</style>