Shades of Summer Sky #1FCAE6
Tints of Summer Sky #1FCAE6
RGB
CMYK
RGB Variations
Color information
#1FCAE6 (or 0x1FCAE6) is known color: Summer Sky. HEX triplet: 1F, CA and E6. RGB value is (31,202,230). Sum of RGB (Red+Green+Blue) = 31+202+230=463 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.70% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 230 (90.23% from 255 or 49.68% from 463); Max value from RGB is 230 - color contains mainly: blue. Hex color #1FCAE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCAE6 is #E03519. Grayscale: #999999. Windows color (decimal): -14693658 or 15125023. OLE color: 15125023.
HSL color Cylindrical-coordinate representation of color #1FCAE6: hue angle of 188.44º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FCAE6 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 202 | 230 | - |
| CMYK | 0.87 | 0.12 | 0 | 0.10 |
| HSL | 188.44º | 0.8% | 0.51% | - |
| HSV(B) | 188.44º | 0.87% | 0.9% | - |
| XYZ | 35.97 | 48.25 | 82.28 | - |
| YUV | 154.06 | 170.85 | 40.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 202 | 230 | 0.87 | 0.12 | 0 | 0.10 | 188.44 | 0.8 | 0.51 |
| Hex | 1F | CA | E6 | 57 | C | 0 | A | BC | 50 | 33 |
| Octal | 37 | 312 | 346 | 127 | 14 | 0 | 12 | 274 | 120 | 63 |
| Binary | 11111 | 11001010 | 11100110 | 1010111 | 1100 | 0 | 1010 | 10111100 | 1010000 | 110011 |
Color Harmonies of #1FCAE6
Complementary color
Monochromatic Colors of #1FCAE6
Black with #1FCAE6
Text Example
Text Example
White with #1FCAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCAE6; }
p { color: rgb(31,202,230); }
H1.HeaderClassName
{
color: #1FCAE6;
}
.AnyTagClassName
{
color: #1FCAE6;
}
</style>
background-color css
<style>
a { background-color: #1FCAE6; }
a { background-color: rgb(31,202,230); }
div.DivClassName
{
background-color: #1FCAE6;
}
.BgClassName
{
background-color: #1FCAE6;
}
</style>
border-color css
<style>
span { border-color: #1FCAE6; }
span { border-color: rgb(31,202,230); }
td.TdClassName
{
border-color: #1FCAE6;
}
.TagClassName
{
border-color: #1FCAE6;
}
</style>