Shades of Summer Sky #1FA8CE
Tints of Summer Sky #1FA8CE
RGB
CMYK
RGB Variations
Color information
#1FA8CE (or 0x1FA8CE) is known color: Summer Sky. HEX triplet: 1F, A8 and CE. RGB value is (31,168,206). Sum of RGB (Red+Green+Blue) = 31+168+206=405 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.65% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #1FA8CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA8CE is #E05731. Grayscale: #838383. Windows color (decimal): -14702386 or 13543455. OLE color: 13543455.
HSL color Cylindrical-coordinate representation of color #1FA8CE: hue angle of 193.03º 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 #1FA8CE is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 168 | 206 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.19 |
| HSL | 193.03º | 0.74% | 0.46% | - |
| HSV(B) | 193.03º | 0.85% | 0.81% | - |
| XYZ | 25.71 | 32.75 | 63.36 | - |
| YUV | 131.37 | 170.11 | 56.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 168 | 206 | 0.85 | 0.18 | 0 | 0.19 | 193.03 | 0.74 | 0.46 |
| Hex | 1F | A8 | CE | 55 | 12 | 0 | 13 | C1 | 4A | 2E |
| Octal | 37 | 250 | 316 | 125 | 22 | 0 | 23 | 301 | 112 | 56 |
| Binary | 11111 | 10101000 | 11001110 | 1010101 | 10010 | 0 | 10011 | 11000001 | 1001010 | 101110 |
Color Harmonies of #1FA8CE
Complementary color
Monochromatic Colors of #1FA8CE
Black with #1FA8CE
Text Example
Text Example
White with #1FA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA8CE; }
p { color: rgb(31,168,206); }
H1.HeaderClassName
{
color: #1FA8CE;
}
.AnyTagClassName
{
color: #1FA8CE;
}
</style>
background-color css
<style>
a { background-color: #1FA8CE; }
a { background-color: rgb(31,168,206); }
div.DivClassName
{
background-color: #1FA8CE;
}
.BgClassName
{
background-color: #1FA8CE;
}
</style>
border-color css
<style>
span { border-color: #1FA8CE; }
span { border-color: rgb(31,168,206); }
td.TdClassName
{
border-color: #1FA8CE;
}
.TagClassName
{
border-color: #1FA8CE;
}
</style>