Shades of Summer Sky #1FBED6
Tints of Summer Sky #1FBED6
RGB
CMYK
RGB Variations
Color information
#1FBED6 (or 0x1FBED6) is known color: Summer Sky. HEX triplet: 1F, BE and D6. RGB value is (31,190,214). Sum of RGB (Red+Green+Blue) = 31+190+214=435 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.13% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 214 (83.98% from 255 or 49.20% from 435); Max value from RGB is 214 - color contains mainly: blue. Hex color #1FBED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBED6 is #E04129. Grayscale: #909090. Windows color (decimal): -14696746 or 14073375. OLE color: 14073375.
HSL color Cylindrical-coordinate representation of color #1FBED6: hue angle of 187.87º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FBED6 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 190 | 214 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.16 |
| HSL | 187.87º | 0.75% | 0.48% | - |
| HSV(B) | 187.87º | 0.86% | 0.84% | - |
| XYZ | 31.12 | 41.97 | 70.08 | - |
| YUV | 145.2 | 166.82 | 46.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 190 | 214 | 0.86 | 0.11 | 0 | 0.16 | 187.87 | 0.75 | 0.48 |
| Hex | 1F | BE | D6 | 56 | B | 0 | 10 | BC | 4B | 30 |
| Octal | 37 | 276 | 326 | 126 | 13 | 0 | 20 | 274 | 113 | 60 |
| Binary | 11111 | 10111110 | 11010110 | 1010110 | 1011 | 0 | 10000 | 10111100 | 1001011 | 110000 |
Color Harmonies of #1FBED6
Complementary color
Monochromatic Colors of #1FBED6
Black with #1FBED6
Text Example
Text Example
White with #1FBED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBED6; }
p { color: rgb(31,190,214); }
H1.HeaderClassName
{
color: #1FBED6;
}
.AnyTagClassName
{
color: #1FBED6;
}
</style>
background-color css
<style>
a { background-color: #1FBED6; }
a { background-color: rgb(31,190,214); }
div.DivClassName
{
background-color: #1FBED6;
}
.BgClassName
{
background-color: #1FBED6;
}
</style>
border-color css
<style>
span { border-color: #1FBED6; }
span { border-color: rgb(31,190,214); }
td.TdClassName
{
border-color: #1FBED6;
}
.TagClassName
{
border-color: #1FBED6;
}
</style>