Shades of Summer Sky #1FACEC
Tints of Summer Sky #1FACEC
RGB
CMYK
RGB Variations
Color information
#1FACEC (or 0x1FACEC) is known color: Summer Sky. HEX triplet: 1F, AC and EC. RGB value is (31,172,236). Sum of RGB (Red+Green+Blue) = 31+172+236=439 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.06% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #1FACEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FACEC is #E05313. Grayscale: #888888. Windows color (decimal): -14701332 or 15510559. OLE color: 15510559.
HSL color Cylindrical-coordinate representation of color #1FACEC: hue angle of 198.73º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FACEC is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 172 | 236 | - |
| CMYK | 0.87 | 0.27 | 0 | 0.07 |
| HSL | 198.73º | 0.84% | 0.52% | - |
| HSV(B) | 198.73º | 0.87% | 0.93% | - |
| XYZ | 30.46 | 35.85 | 84.67 | - |
| YUV | 137.14 | 183.79 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 236 | 0.87 | 0.27 | 0 | 0.07 | 198.73 | 0.84 | 0.52 |
| Hex | 1F | AC | EC | 57 | 1B | 0 | 7 | C7 | 54 | 34 |
| Octal | 37 | 254 | 354 | 127 | 33 | 0 | 7 | 307 | 124 | 64 |
| Binary | 11111 | 10101100 | 11101100 | 1010111 | 11011 | 0 | 111 | 11000111 | 1010100 | 110100 |
Color Harmonies of #1FACEC
Complementary color
Monochromatic Colors of #1FACEC
Black with #1FACEC
Text Example
Text Example
White with #1FACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FACEC; }
p { color: rgb(31,172,236); }
H1.HeaderClassName
{
color: #1FACEC;
}
.AnyTagClassName
{
color: #1FACEC;
}
</style>
background-color css
<style>
a { background-color: #1FACEC; }
a { background-color: rgb(31,172,236); }
div.DivClassName
{
background-color: #1FACEC;
}
.BgClassName
{
background-color: #1FACEC;
}
</style>
border-color css
<style>
span { border-color: #1FACEC; }
span { border-color: rgb(31,172,236); }
td.TdClassName
{
border-color: #1FACEC;
}
.TagClassName
{
border-color: #1FACEC;
}
</style>