Shades of Summer Sky #1FC1ED
Tints of Summer Sky #1FC1ED
RGB
CMYK
RGB Variations
Color information
#1FC1ED (or 0x1FC1ED) is known color: Summer Sky. HEX triplet: 1F, C1 and ED. RGB value is (31,193,237). Sum of RGB (Red+Green+Blue) = 31+193+237=461 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.72% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #1FC1ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC1ED is #E03E12. Grayscale: #959595. Windows color (decimal): -14695955 or 15581471. OLE color: 15581471.
HSL color Cylindrical-coordinate representation of color #1FC1ED: hue angle of 192.82º 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 #1FC1ED is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 193 | 237 | - |
| CMYK | 0.87 | 0.19 | 0 | 0.07 |
| HSL | 192.82º | 0.85% | 0.53% | - |
| HSV(B) | 192.82º | 0.87% | 0.93% | - |
| XYZ | 34.92 | 44.55 | 86.88 | - |
| YUV | 149.58 | 177.33 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 193 | 237 | 0.87 | 0.19 | 0 | 0.07 | 192.82 | 0.85 | 0.53 |
| Hex | 1F | C1 | ED | 57 | 13 | 0 | 7 | C1 | 55 | 35 |
| Octal | 37 | 301 | 355 | 127 | 23 | 0 | 7 | 301 | 125 | 65 |
| Binary | 11111 | 11000001 | 11101101 | 1010111 | 10011 | 0 | 111 | 11000001 | 1010101 | 110101 |
Color Harmonies of #1FC1ED
Complementary color
Monochromatic Colors of #1FC1ED
Black with #1FC1ED
Text Example
Text Example
White with #1FC1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC1ED; }
p { color: rgb(31,193,237); }
H1.HeaderClassName
{
color: #1FC1ED;
}
.AnyTagClassName
{
color: #1FC1ED;
}
</style>
background-color css
<style>
a { background-color: #1FC1ED; }
a { background-color: rgb(31,193,237); }
div.DivClassName
{
background-color: #1FC1ED;
}
.BgClassName
{
background-color: #1FC1ED;
}
</style>
border-color css
<style>
span { border-color: #1FC1ED; }
span { border-color: rgb(31,193,237); }
td.TdClassName
{
border-color: #1FC1ED;
}
.TagClassName
{
border-color: #1FC1ED;
}
</style>