Shades of Summer Sky #1FBED7
Tints of Summer Sky #1FBED7
RGB
CMYK
RGB Variations
Color information
#1FBED7 (or 0x1FBED7) is known color: Summer Sky. HEX triplet: 1F, BE and D7. RGB value is (31,190,215). Sum of RGB (Red+Green+Blue) = 31+190+215=436 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.11% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #1FBED7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBED7 is #E04128. Grayscale: #919191. Windows color (decimal): -14696745 or 14138911. OLE color: 14138911.
HSL color Cylindrical-coordinate representation of color #1FBED7: hue angle of 188.15º 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 #1FBED7 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 190 | 215 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.16 |
| HSL | 188.15º | 0.75% | 0.48% | - |
| HSV(B) | 188.15º | 0.86% | 0.84% | - |
| XYZ | 31.24 | 42.02 | 70.75 | - |
| YUV | 145.31 | 167.32 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 190 | 215 | 0.86 | 0.12 | 0 | 0.16 | 188.15 | 0.75 | 0.48 |
| Hex | 1F | BE | D7 | 56 | C | 0 | 10 | BC | 4B | 30 |
| Octal | 37 | 276 | 327 | 126 | 14 | 0 | 20 | 274 | 113 | 60 |
| Binary | 11111 | 10111110 | 11010111 | 1010110 | 1100 | 0 | 10000 | 10111100 | 1001011 | 110000 |
Color Harmonies of #1FBED7
Complementary color
Monochromatic Colors of #1FBED7
Black with #1FBED7
Text Example
Text Example
White with #1FBED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBED7; }
p { color: rgb(31,190,215); }
H1.HeaderClassName
{
color: #1FBED7;
}
.AnyTagClassName
{
color: #1FBED7;
}
</style>
background-color css
<style>
a { background-color: #1FBED7; }
a { background-color: rgb(31,190,215); }
div.DivClassName
{
background-color: #1FBED7;
}
.BgClassName
{
background-color: #1FBED7;
}
</style>
border-color css
<style>
span { border-color: #1FBED7; }
span { border-color: rgb(31,190,215); }
td.TdClassName
{
border-color: #1FBED7;
}
.TagClassName
{
border-color: #1FBED7;
}
</style>