Shades of Summer Sky #1FACDF
Tints of Summer Sky #1FACDF
RGB
CMYK
RGB Variations
Color information
#1FACDF (or 0x1FACDF) is known color: Summer Sky. HEX triplet: 1F, AC and DF. RGB value is (31,172,223). Sum of RGB (Red+Green+Blue) = 31+172+223=426 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.28% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #1FACDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FACDF is #E05320. Grayscale: #878787. Windows color (decimal): -14701345 or 14658591. OLE color: 14658591.
HSL color Cylindrical-coordinate representation of color #1FACDF: hue angle of 195.94º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FACDF is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 172 | 223 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.13 |
| HSL | 195.94º | 0.76% | 0.5% | - |
| HSV(B) | 195.94º | 0.86% | 0.87% | - |
| XYZ | 28.64 | 35.12 | 75.08 | - |
| YUV | 135.66 | 177.29 | 53.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 223 | 0.86 | 0.23 | 0 | 0.13 | 195.94 | 0.76 | 0.5 |
| Hex | 1F | AC | DF | 56 | 17 | 0 | D | C4 | 4C | 32 |
| Octal | 37 | 254 | 337 | 126 | 27 | 0 | 15 | 304 | 114 | 62 |
| Binary | 11111 | 10101100 | 11011111 | 1010110 | 10111 | 0 | 1101 | 11000100 | 1001100 | 110010 |
Color Harmonies of #1FACDF
Complementary color
Monochromatic Colors of #1FACDF
Black with #1FACDF
Text Example
Text Example
White with #1FACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FACDF; }
p { color: rgb(31,172,223); }
H1.HeaderClassName
{
color: #1FACDF;
}
.AnyTagClassName
{
color: #1FACDF;
}
</style>
background-color css
<style>
a { background-color: #1FACDF; }
a { background-color: rgb(31,172,223); }
div.DivClassName
{
background-color: #1FACDF;
}
.BgClassName
{
background-color: #1FACDF;
}
</style>
border-color css
<style>
span { border-color: #1FACDF; }
span { border-color: rgb(31,172,223); }
td.TdClassName
{
border-color: #1FACDF;
}
.TagClassName
{
border-color: #1FACDF;
}
</style>