Shades of Summer Sky #1FC1DF
Tints of Summer Sky #1FC1DF
RGB
CMYK
RGB Variations
Color information
#1FC1DF (or 0x1FC1DF) is known color: Summer Sky. HEX triplet: 1F, C1 and DF. RGB value is (31,193,223). Sum of RGB (Red+Green+Blue) = 31+193+223=447 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.94% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #1FC1DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC1DF is #E03E20. Grayscale: #939393. Windows color (decimal): -14695969 or 14663967. OLE color: 14663967.
HSL color Cylindrical-coordinate representation of color #1FC1DF: hue angle of 189.38º 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 #1FC1DF is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 193 | 223 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.13 |
| HSL | 189.38º | 0.76% | 0.5% | - |
| HSV(B) | 189.38º | 0.86% | 0.87% | - |
| XYZ | 32.95 | 43.76 | 76.52 | - |
| YUV | 147.98 | 170.33 | 44.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 193 | 223 | 0.86 | 0.13 | 0 | 0.13 | 189.38 | 0.76 | 0.5 |
| Hex | 1F | C1 | DF | 56 | D | 0 | D | BD | 4C | 32 |
| Octal | 37 | 301 | 337 | 126 | 15 | 0 | 15 | 275 | 114 | 62 |
| Binary | 11111 | 11000001 | 11011111 | 1010110 | 1101 | 0 | 1101 | 10111101 | 1001100 | 110010 |
Color Harmonies of #1FC1DF
Complementary color
Monochromatic Colors of #1FC1DF
Black with #1FC1DF
Text Example
Text Example
White with #1FC1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC1DF; }
p { color: rgb(31,193,223); }
H1.HeaderClassName
{
color: #1FC1DF;
}
.AnyTagClassName
{
color: #1FC1DF;
}
</style>
background-color css
<style>
a { background-color: #1FC1DF; }
a { background-color: rgb(31,193,223); }
div.DivClassName
{
background-color: #1FC1DF;
}
.BgClassName
{
background-color: #1FC1DF;
}
</style>
border-color css
<style>
span { border-color: #1FC1DF; }
span { border-color: rgb(31,193,223); }
td.TdClassName
{
border-color: #1FC1DF;
}
.TagClassName
{
border-color: #1FC1DF;
}
</style>