Shades of Summer Sky #31C9FF
Tints of Summer Sky #31C9FF
RGB
CMYK
RGB Variations
Color information
#31C9FF (or 0x31C9FF) is known color: Summer Sky. HEX triplet: 31, C9 and FF. RGB value is (49,201,255). Sum of RGB (Red+Green+Blue) = 49+201+255=505 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.70% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #31C9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31C9FF is #CE3600. Grayscale: #A1A1A1. Windows color (decimal): -13514241 or 16763185. OLE color: 16763185.
HSL color Cylindrical-coordinate representation of color #31C9FF: hue angle of 195.73º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31C9FF is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 201 | 255 | - |
| CMYK | 0.81 | 0.21 | 0 | 0 |
| HSL | 195.73º | 1% | 0.6% | - |
| HSV(B) | 195.73º | 0.81% | 1% | - |
| XYZ | 40.2 | 49.65 | 102.07 | - |
| YUV | 161.71 | 180.64 | 47.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 201 | 255 | 0.81 | 0.21 | 0 | 0 | 195.73 | 1 | 0.6 |
| Hex | 31 | C9 | FF | 51 | 15 | 0 | 0 | C4 | 64 | 3C |
| Octal | 61 | 311 | 377 | 121 | 25 | 0 | 0 | 304 | 144 | 74 |
| Binary | 110001 | 11001001 | 11111111 | 1010001 | 10101 | 0 | 0 | 11000100 | 1100100 | 111100 |
Color Harmonies of #31C9FF
Complementary color
Monochromatic Colors of #31C9FF
Black with #31C9FF
Text Example
Text Example
White with #31C9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C9FF; }
p { color: rgb(49,201,255); }
H1.HeaderClassName
{
color: #31C9FF;
}
.AnyTagClassName
{
color: #31C9FF;
}
</style>
background-color css
<style>
a { background-color: #31C9FF; }
a { background-color: rgb(49,201,255); }
div.DivClassName
{
background-color: #31C9FF;
}
.BgClassName
{
background-color: #31C9FF;
}
</style>
border-color css
<style>
span { border-color: #31C9FF; }
span { border-color: rgb(49,201,255); }
td.TdClassName
{
border-color: #31C9FF;
}
.TagClassName
{
border-color: #31C9FF;
}
</style>