Shades of Summer Sky #31DAFE
Tints of Summer Sky #31DAFE
RGB
CMYK
RGB Variations
Color information
#31DAFE (or 0x31DAFE) is known color: Summer Sky. HEX triplet: 31, DA and FE. RGB value is (49,218,254). Sum of RGB (Red+Green+Blue) = 49+218+254=521 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.40% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #31DAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DAFE is #CE2501. Grayscale: #ABABAB. Windows color (decimal): -13509890 or 16702001. OLE color: 16702001.
HSL color Cylindrical-coordinate representation of color #31DAFE: hue angle of 190.54º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31DAFE is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 218 | 254 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.00 |
| HSL | 190.54º | 0.99% | 0.59% | - |
| HSV(B) | 190.54º | 0.81% | 1% | - |
| XYZ | 44.23 | 57.95 | 102.62 | - |
| YUV | 171.57 | 174.51 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 254 | 0.81 | 0.14 | 0 | 0.00 | 190.54 | 0.99 | 0.59 |
| Hex | 31 | DA | FE | 51 | E | 0 | 0 | BF | 63 | 3B |
| Octal | 61 | 332 | 376 | 121 | 16 | 0 | 0 | 277 | 143 | 73 |
| Binary | 110001 | 11011010 | 11111110 | 1010001 | 1110 | 0 | 0 | 10111111 | 1100011 | 111011 |
Color Harmonies of #31DAFE
Complementary color
Monochromatic Colors of #31DAFE
Black with #31DAFE
Text Example
Text Example
White with #31DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DAFE; }
p { color: rgb(49,218,254); }
H1.HeaderClassName
{
color: #31DAFE;
}
.AnyTagClassName
{
color: #31DAFE;
}
</style>
background-color css
<style>
a { background-color: #31DAFE; }
a { background-color: rgb(49,218,254); }
div.DivClassName
{
background-color: #31DAFE;
}
.BgClassName
{
background-color: #31DAFE;
}
</style>
border-color css
<style>
span { border-color: #31DAFE; }
span { border-color: rgb(49,218,254); }
td.TdClassName
{
border-color: #31DAFE;
}
.TagClassName
{
border-color: #31DAFE;
}
</style>