Shades of Summer Sky #31D2FF
Tints of Summer Sky #31D2FF
RGB
CMYK
RGB Variations
Color information
#31D2FF (or 0x31D2FF) is known color: Summer Sky. HEX triplet: 31, D2 and FF. RGB value is (49,210,255). Sum of RGB (Red+Green+Blue) = 49+210+255=514 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.53% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #31D2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31D2FF is #CE2D00. Grayscale: #A6A6A6. Windows color (decimal): -13511937 or 16765489. OLE color: 16765489.
HSL color Cylindrical-coordinate representation of color #31D2FF: hue angle of 193.11º 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 #31D2FF is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 210 | 255 | - |
| CMYK | 0.81 | 0.18 | 0 | 0 |
| HSL | 193.11º | 1% | 0.6% | - |
| HSV(B) | 193.11º | 0.81% | 1% | - |
| XYZ | 42.36 | 53.97 | 102.79 | - |
| YUV | 166.99 | 177.66 | 43.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 210 | 255 | 0.81 | 0.18 | 0 | 0 | 193.11 | 1 | 0.6 |
| Hex | 31 | D2 | FF | 51 | 12 | 0 | 0 | C1 | 64 | 3C |
| Octal | 61 | 322 | 377 | 121 | 22 | 0 | 0 | 301 | 144 | 74 |
| Binary | 110001 | 11010010 | 11111111 | 1010001 | 10010 | 0 | 0 | 11000001 | 1100100 | 111100 |
Color Harmonies of #31D2FF
Complementary color
Monochromatic Colors of #31D2FF
Black with #31D2FF
Text Example
Text Example
White with #31D2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D2FF; }
p { color: rgb(49,210,255); }
H1.HeaderClassName
{
color: #31D2FF;
}
.AnyTagClassName
{
color: #31D2FF;
}
</style>
background-color css
<style>
a { background-color: #31D2FF; }
a { background-color: rgb(49,210,255); }
div.DivClassName
{
background-color: #31D2FF;
}
.BgClassName
{
background-color: #31D2FF;
}
</style>
border-color css
<style>
span { border-color: #31D2FF; }
span { border-color: rgb(49,210,255); }
td.TdClassName
{
border-color: #31D2FF;
}
.TagClassName
{
border-color: #31D2FF;
}
</style>