Shades of Summer Sky #1FACCF
Tints of Summer Sky #1FACCF
RGB
CMYK
RGB Variations
Color information
#1FACCF (or 0x1FACCF) is known color: Summer Sky. HEX triplet: 1F, AC and CF. RGB value is (31,172,207). Sum of RGB (Red+Green+Blue) = 31+172+207=410 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.56% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #1FACCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FACCF is #E05330. Grayscale: #858585. Windows color (decimal): -14701361 or 13610015. OLE color: 13610015.
HSL color Cylindrical-coordinate representation of color #1FACCF: hue angle of 191.93º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FACCF is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 172 | 207 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.19 |
| HSL | 191.93º | 0.74% | 0.47% | - |
| HSV(B) | 191.93º | 0.85% | 0.81% | - |
| XYZ | 26.58 | 34.3 | 64.25 | - |
| YUV | 133.83 | 169.29 | 54.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 207 | 0.85 | 0.17 | 0 | 0.19 | 191.93 | 0.74 | 0.47 |
| Hex | 1F | AC | CF | 55 | 11 | 0 | 13 | C0 | 4A | 2F |
| Octal | 37 | 254 | 317 | 125 | 21 | 0 | 23 | 300 | 112 | 57 |
| Binary | 11111 | 10101100 | 11001111 | 1010101 | 10001 | 0 | 10011 | 11000000 | 1001010 | 101111 |
Color Harmonies of #1FACCF
Complementary color
Monochromatic Colors of #1FACCF
Black with #1FACCF
Text Example
Text Example
White with #1FACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FACCF; }
p { color: rgb(31,172,207); }
H1.HeaderClassName
{
color: #1FACCF;
}
.AnyTagClassName
{
color: #1FACCF;
}
</style>
background-color css
<style>
a { background-color: #1FACCF; }
a { background-color: rgb(31,172,207); }
div.DivClassName
{
background-color: #1FACCF;
}
.BgClassName
{
background-color: #1FACCF;
}
</style>
border-color css
<style>
span { border-color: #1FACCF; }
span { border-color: rgb(31,172,207); }
td.TdClassName
{
border-color: #1FACCF;
}
.TagClassName
{
border-color: #1FACCF;
}
</style>