Shades of Summer Sky #1FC5ED
Tints of Summer Sky #1FC5ED
RGB
CMYK
RGB Variations
Color information
#1FC5ED (or 0x1FC5ED) is known color: Summer Sky. HEX triplet: 1F, C5 and ED. RGB value is (31,197,237). Sum of RGB (Red+Green+Blue) = 31+197+237=465 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.67% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #1FC5ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC5ED is #E03A12. Grayscale: #979797. Windows color (decimal): -14694931 or 15582495. OLE color: 15582495.
HSL color Cylindrical-coordinate representation of color #1FC5ED: hue angle of 191.65º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FC5ED is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 197 | 237 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.07 |
| HSL | 191.65º | 0.85% | 0.53% | - |
| HSV(B) | 191.65º | 0.87% | 0.93% | - |
| XYZ | 35.82 | 46.34 | 87.18 | - |
| YUV | 151.93 | 176 | 41.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 197 | 237 | 0.87 | 0.17 | 0 | 0.07 | 191.65 | 0.85 | 0.53 |
| Hex | 1F | C5 | ED | 57 | 11 | 0 | 7 | C0 | 55 | 35 |
| Octal | 37 | 305 | 355 | 127 | 21 | 0 | 7 | 300 | 125 | 65 |
| Binary | 11111 | 11000101 | 11101101 | 1010111 | 10001 | 0 | 111 | 11000000 | 1010101 | 110101 |
Color Harmonies of #1FC5ED
Complementary color
Monochromatic Colors of #1FC5ED
Black with #1FC5ED
Text Example
Text Example
White with #1FC5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC5ED; }
p { color: rgb(31,197,237); }
H1.HeaderClassName
{
color: #1FC5ED;
}
.AnyTagClassName
{
color: #1FC5ED;
}
</style>
background-color css
<style>
a { background-color: #1FC5ED; }
a { background-color: rgb(31,197,237); }
div.DivClassName
{
background-color: #1FC5ED;
}
.BgClassName
{
background-color: #1FC5ED;
}
</style>
border-color css
<style>
span { border-color: #1FC5ED; }
span { border-color: rgb(31,197,237); }
td.TdClassName
{
border-color: #1FC5ED;
}
.TagClassName
{
border-color: #1FC5ED;
}
</style>