Shades of Summer Sky #1FBCD7
Tints of Summer Sky #1FBCD7
RGB
CMYK
RGB Variations
Color information
#1FBCD7 (or 0x1FBCD7) is known color: Summer Sky. HEX triplet: 1F, BC and D7. RGB value is (31,188,215). Sum of RGB (Red+Green+Blue) = 31+188+215=434 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.14% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 215 (84.38% from 255 or 49.54% from 434); Max value from RGB is 215 - color contains mainly: blue. Hex color #1FBCD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBCD7 is #E04328. Grayscale: #8F8F8F. Windows color (decimal): -14697257 or 14138399. OLE color: 14138399.
HSL color Cylindrical-coordinate representation of color #1FBCD7: hue angle of 188.8º 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 #1FBCD7 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 188 | 215 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.16 |
| HSL | 188.8º | 0.75% | 0.48% | - |
| HSV(B) | 188.8º | 0.86% | 0.84% | - |
| XYZ | 30.81 | 41.16 | 70.61 | - |
| YUV | 144.14 | 167.99 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 215 | 0.86 | 0.13 | 0 | 0.16 | 188.8 | 0.75 | 0.48 |
| Hex | 1F | BC | D7 | 56 | D | 0 | 10 | BD | 4B | 30 |
| Octal | 37 | 274 | 327 | 126 | 15 | 0 | 20 | 275 | 113 | 60 |
| Binary | 11111 | 10111100 | 11010111 | 1010110 | 1101 | 0 | 10000 | 10111101 | 1001011 | 110000 |
Color Harmonies of #1FBCD7
Complementary color
Monochromatic Colors of #1FBCD7
Black with #1FBCD7
Text Example
Text Example
White with #1FBCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBCD7; }
p { color: rgb(31,188,215); }
H1.HeaderClassName
{
color: #1FBCD7;
}
.AnyTagClassName
{
color: #1FBCD7;
}
</style>
background-color css
<style>
a { background-color: #1FBCD7; }
a { background-color: rgb(31,188,215); }
div.DivClassName
{
background-color: #1FBCD7;
}
.BgClassName
{
background-color: #1FBCD7;
}
</style>
border-color css
<style>
span { border-color: #1FBCD7; }
span { border-color: rgb(31,188,215); }
td.TdClassName
{
border-color: #1FBCD7;
}
.TagClassName
{
border-color: #1FBCD7;
}
</style>