Shades of Summer Sky #31CFEA
Tints of Summer Sky #31CFEA
RGB
CMYK
RGB Variations
Color information
#31CFEA (or 0x31CFEA) is known color: Summer Sky. HEX triplet: 31, CF and EA. RGB value is (49,207,234). Sum of RGB (Red+Green+Blue) = 49+207+234=490 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #31CFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CFEA is #CE3015. Grayscale: #A2A2A2. Windows color (decimal): -13512726 or 15388465. OLE color: 15388465.
HSL color Cylindrical-coordinate representation of color #31CFEA: hue angle of 188.76º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31CFEA is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 207 | 234 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.08 |
| HSL | 188.76º | 0.81% | 0.55% | - |
| HSV(B) | 188.76º | 0.79% | 0.92% | - |
| XYZ | 38.43 | 51.22 | 85.7 | - |
| YUV | 162.84 | 168.15 | 46.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 234 | 0.79 | 0.12 | 0 | 0.08 | 188.76 | 0.81 | 0.55 |
| Hex | 31 | CF | EA | 4F | C | 0 | 8 | BD | 51 | 37 |
| Octal | 61 | 317 | 352 | 117 | 14 | 0 | 10 | 275 | 121 | 67 |
| Binary | 110001 | 11001111 | 11101010 | 1001111 | 1100 | 0 | 1000 | 10111101 | 1010001 | 110111 |
Color Harmonies of #31CFEA
Complementary color
Monochromatic Colors of #31CFEA
Black with #31CFEA
Text Example
Text Example
White with #31CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CFEA; }
p { color: rgb(49,207,234); }
H1.HeaderClassName
{
color: #31CFEA;
}
.AnyTagClassName
{
color: #31CFEA;
}
</style>
background-color css
<style>
a { background-color: #31CFEA; }
a { background-color: rgb(49,207,234); }
div.DivClassName
{
background-color: #31CFEA;
}
.BgClassName
{
background-color: #31CFEA;
}
</style>
border-color css
<style>
span { border-color: #31CFEA; }
span { border-color: rgb(49,207,234); }
td.TdClassName
{
border-color: #31CFEA;
}
.TagClassName
{
border-color: #31CFEA;
}
</style>