Shades of Summer Sky #31C8FF
Tints of Summer Sky #31C8FF
RGB
CMYK
RGB Variations
Color information
#31C8FF (or 0x31C8FF) is known color: Summer Sky. HEX triplet: 31, C8 and FF. RGB value is (49,200,255). Sum of RGB (Red+Green+Blue) = 49+200+255=504 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.72% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #31C8FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31C8FF is #CE3700. Grayscale: #A0A0A0. Windows color (decimal): -13514497 or 16762929. OLE color: 16762929.
HSL color Cylindrical-coordinate representation of color #31C8FF: hue angle of 196.02º 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 #31C8FF is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 200 | 255 | - |
| CMYK | 0.81 | 0.22 | 0 | 0 |
| HSL | 196.02º | 1% | 0.6% | - |
| HSV(B) | 196.02º | 0.81% | 1% | - |
| XYZ | 39.97 | 49.18 | 101.99 | - |
| YUV | 161.12 | 180.97 | 48.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 200 | 255 | 0.81 | 0.22 | 0 | 0 | 196.02 | 1 | 0.6 |
| Hex | 31 | C8 | FF | 51 | 16 | 0 | 0 | C4 | 64 | 3C |
| Octal | 61 | 310 | 377 | 121 | 26 | 0 | 0 | 304 | 144 | 74 |
| Binary | 110001 | 11001000 | 11111111 | 1010001 | 10110 | 0 | 0 | 11000100 | 1100100 | 111100 |
Color Harmonies of #31C8FF
Complementary color
Monochromatic Colors of #31C8FF
Black with #31C8FF
Text Example
Text Example
White with #31C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C8FF; }
p { color: rgb(49,200,255); }
H1.HeaderClassName
{
color: #31C8FF;
}
.AnyTagClassName
{
color: #31C8FF;
}
</style>
background-color css
<style>
a { background-color: #31C8FF; }
a { background-color: rgb(49,200,255); }
div.DivClassName
{
background-color: #31C8FF;
}
.BgClassName
{
background-color: #31C8FF;
}
</style>
border-color css
<style>
span { border-color: #31C8FF; }
span { border-color: rgb(49,200,255); }
td.TdClassName
{
border-color: #31C8FF;
}
.TagClassName
{
border-color: #31C8FF;
}
</style>