Shades of Summer Sky #1FC2DB
Tints of Summer Sky #1FC2DB
RGB
CMYK
RGB Variations
Color information
#1FC2DB (or 0x1FC2DB) is known color: Summer Sky. HEX triplet: 1F, C2 and DB. RGB value is (31,194,219). Sum of RGB (Red+Green+Blue) = 31+194+219=444 (58% of max value = 765). Red value is 31 (12.5% from 255 or 6.98% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #1FC2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC2DB is #E03D24. Grayscale: #939393. Windows color (decimal): -14695717 or 14402079. OLE color: 14402079.
HSL color Cylindrical-coordinate representation of color #1FC2DB: hue angle of 187.98º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FC2DB is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 194 | 219 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.14 |
| HSL | 187.98º | 0.75% | 0.49% | - |
| HSV(B) | 187.98º | 0.86% | 0.86% | - |
| XYZ | 32.64 | 43.99 | 73.79 | - |
| YUV | 148.11 | 168 | 44.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 194 | 219 | 0.86 | 0.11 | 0 | 0.14 | 187.98 | 0.75 | 0.49 |
| Hex | 1F | C2 | DB | 56 | B | 0 | E | BC | 4B | 31 |
| Octal | 37 | 302 | 333 | 126 | 13 | 0 | 16 | 274 | 113 | 61 |
| Binary | 11111 | 11000010 | 11011011 | 1010110 | 1011 | 0 | 1110 | 10111100 | 1001011 | 110001 |
Color Harmonies of #1FC2DB
Complementary color
Monochromatic Colors of #1FC2DB
Black with #1FC2DB
Text Example
Text Example
White with #1FC2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC2DB; }
p { color: rgb(31,194,219); }
H1.HeaderClassName
{
color: #1FC2DB;
}
.AnyTagClassName
{
color: #1FC2DB;
}
</style>
background-color css
<style>
a { background-color: #1FC2DB; }
a { background-color: rgb(31,194,219); }
div.DivClassName
{
background-color: #1FC2DB;
}
.BgClassName
{
background-color: #1FC2DB;
}
</style>
border-color css
<style>
span { border-color: #1FC2DB; }
span { border-color: rgb(31,194,219); }
td.TdClassName
{
border-color: #1FC2DB;
}
.TagClassName
{
border-color: #1FC2DB;
}
</style>