Shades of Summer Sky #1FBCDD
Tints of Summer Sky #1FBCDD
RGB
CMYK
RGB Variations
Color information
#1FBCDD (or 0x1FBCDD) is known color: Summer Sky. HEX triplet: 1F, BC and DD. RGB value is (31,188,221). Sum of RGB (Red+Green+Blue) = 31+188+221=440 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.05% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #1FBCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBCDD is #E04322. Grayscale: #909090. Windows color (decimal): -14697251 or 14531615. OLE color: 14531615.
HSL color Cylindrical-coordinate representation of color #1FBCDD: hue angle of 190.42º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FBCDD is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 188 | 221 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.13 |
| HSL | 190.42º | 0.75% | 0.49% | - |
| HSV(B) | 190.42º | 0.86% | 0.87% | - |
| XYZ | 31.6 | 41.48 | 74.75 | - |
| YUV | 144.82 | 170.99 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 221 | 0.86 | 0.15 | 0 | 0.13 | 190.42 | 0.75 | 0.49 |
| Hex | 1F | BC | DD | 56 | F | 0 | D | BE | 4B | 31 |
| Octal | 37 | 274 | 335 | 126 | 17 | 0 | 15 | 276 | 113 | 61 |
| Binary | 11111 | 10111100 | 11011101 | 1010110 | 1111 | 0 | 1101 | 10111110 | 1001011 | 110001 |
Color Harmonies of #1FBCDD
Complementary color
Monochromatic Colors of #1FBCDD
Black with #1FBCDD
Text Example
Text Example
White with #1FBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBCDD; }
p { color: rgb(31,188,221); }
H1.HeaderClassName
{
color: #1FBCDD;
}
.AnyTagClassName
{
color: #1FBCDD;
}
</style>
background-color css
<style>
a { background-color: #1FBCDD; }
a { background-color: rgb(31,188,221); }
div.DivClassName
{
background-color: #1FBCDD;
}
.BgClassName
{
background-color: #1FBCDD;
}
</style>
border-color css
<style>
span { border-color: #1FBCDD; }
span { border-color: rgb(31,188,221); }
td.TdClassName
{
border-color: #1FBCDD;
}
.TagClassName
{
border-color: #1FBCDD;
}
</style>