Shades of Summer Sky #1FACE4
Tints of Summer Sky #1FACE4
RGB
CMYK
RGB Variations
Color information
#1FACE4 (or 0x1FACE4) is known color: Summer Sky. HEX triplet: 1F, AC and E4. RGB value is (31,172,228). Sum of RGB (Red+Green+Blue) = 31+172+228=431 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.19% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 228 (89.45% from 255 or 52.90% from 431); Max value from RGB is 228 - color contains mainly: blue. Hex color #1FACE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FACE4 is #E0531B. Grayscale: #878787. Windows color (decimal): -14701340 or 14986271. OLE color: 14986271.
HSL color Cylindrical-coordinate representation of color #1FACE4: hue angle of 197.06º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FACE4 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 172 | 228 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.11 |
| HSL | 197.06º | 0.78% | 0.51% | - |
| HSV(B) | 197.06º | 0.86% | 0.89% | - |
| XYZ | 29.32 | 35.4 | 78.69 | - |
| YUV | 136.23 | 179.79 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 228 | 0.86 | 0.25 | 0 | 0.11 | 197.06 | 0.78 | 0.51 |
| Hex | 1F | AC | E4 | 56 | 19 | 0 | B | C5 | 4E | 33 |
| Octal | 37 | 254 | 344 | 126 | 31 | 0 | 13 | 305 | 116 | 63 |
| Binary | 11111 | 10101100 | 11100100 | 1010110 | 11001 | 0 | 1011 | 11000101 | 1001110 | 110011 |
Color Harmonies of #1FACE4
Complementary color
Monochromatic Colors of #1FACE4
Black with #1FACE4
Text Example
Text Example
White with #1FACE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FACE4; }
p { color: rgb(31,172,228); }
H1.HeaderClassName
{
color: #1FACE4;
}
.AnyTagClassName
{
color: #1FACE4;
}
</style>
background-color css
<style>
a { background-color: #1FACE4; }
a { background-color: rgb(31,172,228); }
div.DivClassName
{
background-color: #1FACE4;
}
.BgClassName
{
background-color: #1FACE4;
}
</style>
border-color css
<style>
span { border-color: #1FACE4; }
span { border-color: rgb(31,172,228); }
td.TdClassName
{
border-color: #1FACE4;
}
.TagClassName
{
border-color: #1FACE4;
}
</style>