Shades of Summer Sky #31BDFE
Tints of Summer Sky #31BDFE
RGB
CMYK
RGB Variations
Color information
#31BDFE (or 0x31BDFE) is known color: Summer Sky. HEX triplet: 31, BD and FE. RGB value is (49,189,254). Sum of RGB (Red+Green+Blue) = 49+189+254=492 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.96% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #31BDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BDFE is #CE4201. Grayscale: #9A9A9A. Windows color (decimal): -13517314 or 16694577. OLE color: 16694577.
HSL color Cylindrical-coordinate representation of color #31BDFE: hue angle of 199.02º 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 #31BDFE is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 189 | 254 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.00 |
| HSL | 199.02º | 0.99% | 0.59% | - |
| HSV(B) | 199.02º | 0.81% | 1% | - |
| XYZ | 37.35 | 44.2 | 100.33 | - |
| YUV | 154.55 | 184.12 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 189 | 254 | 0.81 | 0.26 | 0 | 0.00 | 199.02 | 0.99 | 0.59 |
| Hex | 31 | BD | FE | 51 | 1A | 0 | 0 | C7 | 63 | 3B |
| Octal | 61 | 275 | 376 | 121 | 32 | 0 | 0 | 307 | 143 | 73 |
| Binary | 110001 | 10111101 | 11111110 | 1010001 | 11010 | 0 | 0 | 11000111 | 1100011 | 111011 |
Color Harmonies of #31BDFE
Complementary color
Monochromatic Colors of #31BDFE
Black with #31BDFE
Text Example
Text Example
White with #31BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BDFE; }
p { color: rgb(49,189,254); }
H1.HeaderClassName
{
color: #31BDFE;
}
.AnyTagClassName
{
color: #31BDFE;
}
</style>
background-color css
<style>
a { background-color: #31BDFE; }
a { background-color: rgb(49,189,254); }
div.DivClassName
{
background-color: #31BDFE;
}
.BgClassName
{
background-color: #31BDFE;
}
</style>
border-color css
<style>
span { border-color: #31BDFE; }
span { border-color: rgb(49,189,254); }
td.TdClassName
{
border-color: #31BDFE;
}
.TagClassName
{
border-color: #31BDFE;
}
</style>