Shades of Summer Sky #1FA6CE
Tints of Summer Sky #1FA6CE
RGB
CMYK
RGB Variations
Color information
#1FA6CE (or 0x1FA6CE) is known color: Summer Sky. HEX triplet: 1F, A6 and CE. RGB value is (31,166,206). Sum of RGB (Red+Green+Blue) = 31+166+206=403 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.69% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #1FA6CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA6CE is #E05931. Grayscale: #818181. Windows color (decimal): -14702898 or 13542943. OLE color: 13542943.
HSL color Cylindrical-coordinate representation of color #1FA6CE: hue angle of 193.71º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FA6CE is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 166 | 206 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.19 |
| HSL | 193.71º | 0.74% | 0.46% | - |
| HSV(B) | 193.71º | 0.85% | 0.81% | - |
| XYZ | 25.34 | 32.02 | 63.24 | - |
| YUV | 130.2 | 170.77 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 166 | 206 | 0.85 | 0.19 | 0 | 0.19 | 193.71 | 0.74 | 0.46 |
| Hex | 1F | A6 | CE | 55 | 13 | 0 | 13 | C2 | 4A | 2E |
| Octal | 37 | 246 | 316 | 125 | 23 | 0 | 23 | 302 | 112 | 56 |
| Binary | 11111 | 10100110 | 11001110 | 1010101 | 10011 | 0 | 10011 | 11000010 | 1001010 | 101110 |
Color Harmonies of #1FA6CE
Complementary color
Monochromatic Colors of #1FA6CE
Black with #1FA6CE
Text Example
Text Example
White with #1FA6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA6CE; }
p { color: rgb(31,166,206); }
H1.HeaderClassName
{
color: #1FA6CE;
}
.AnyTagClassName
{
color: #1FA6CE;
}
</style>
background-color css
<style>
a { background-color: #1FA6CE; }
a { background-color: rgb(31,166,206); }
div.DivClassName
{
background-color: #1FA6CE;
}
.BgClassName
{
background-color: #1FA6CE;
}
</style>
border-color css
<style>
span { border-color: #1FA6CE; }
span { border-color: rgb(31,166,206); }
td.TdClassName
{
border-color: #1FA6CE;
}
.TagClassName
{
border-color: #1FA6CE;
}
</style>