Shades of Summer Sky #31DAFF
Tints of Summer Sky #31DAFF
RGB
CMYK
RGB Variations
Color information
#31DAFF (or 0x31DAFF) is known color: Summer Sky. HEX triplet: 31, DA and FF. RGB value is (49,218,255). Sum of RGB (Red+Green+Blue) = 49+218+255=522 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.39% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #31DAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DAFF is #CE2500. Grayscale: #ABABAB. Windows color (decimal): -13509889 or 16767537. OLE color: 16767537.
HSL color Cylindrical-coordinate representation of color #31DAFF: hue angle of 190.78º 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 #31DAFF is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 218 | 255 | - |
| CMYK | 0.81 | 0.15 | 0 | 0 |
| HSL | 190.78º | 1% | 0.6% | - |
| HSV(B) | 190.78º | 0.81% | 1% | - |
| XYZ | 44.39 | 58.02 | 103.47 | - |
| YUV | 171.69 | 175.01 | 40.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 255 | 0.81 | 0.15 | 0 | 0 | 190.78 | 1 | 0.6 |
| Hex | 31 | DA | FF | 51 | F | 0 | 0 | BF | 64 | 3C |
| Octal | 61 | 332 | 377 | 121 | 17 | 0 | 0 | 277 | 144 | 74 |
| Binary | 110001 | 11011010 | 11111111 | 1010001 | 1111 | 0 | 0 | 10111111 | 1100100 | 111100 |
Color Harmonies of #31DAFF
Complementary color
Monochromatic Colors of #31DAFF
Black with #31DAFF
Text Example
Text Example
White with #31DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DAFF; }
p { color: rgb(49,218,255); }
H1.HeaderClassName
{
color: #31DAFF;
}
.AnyTagClassName
{
color: #31DAFF;
}
</style>
background-color css
<style>
a { background-color: #31DAFF; }
a { background-color: rgb(49,218,255); }
div.DivClassName
{
background-color: #31DAFF;
}
.BgClassName
{
background-color: #31DAFF;
}
</style>
border-color css
<style>
span { border-color: #31DAFF; }
span { border-color: rgb(49,218,255); }
td.TdClassName
{
border-color: #31DAFF;
}
.TagClassName
{
border-color: #31DAFF;
}
</style>