Shades of Summer Sky #1FBBDB
Tints of Summer Sky #1FBBDB
RGB
CMYK
RGB Variations
Color information
#1FBBDB (or 0x1FBBDB) is known color: Summer Sky. HEX triplet: 1F, BB and DB. RGB value is (31,187,219). Sum of RGB (Red+Green+Blue) = 31+187+219=437 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.09% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #1FBBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBBDB is #E04424. Grayscale: #8F8F8F. Windows color (decimal): -14697509 or 14400287. OLE color: 14400287.
HSL color Cylindrical-coordinate representation of color #1FBBDB: hue angle of 190.21º 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 #1FBBDB is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 187 | 219 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.14 |
| HSL | 190.21º | 0.75% | 0.49% | - |
| HSV(B) | 190.21º | 0.86% | 0.86% | - |
| XYZ | 31.12 | 40.95 | 73.28 | - |
| YUV | 144 | 170.32 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 187 | 219 | 0.86 | 0.15 | 0 | 0.14 | 190.21 | 0.75 | 0.49 |
| Hex | 1F | BB | DB | 56 | F | 0 | E | BE | 4B | 31 |
| Octal | 37 | 273 | 333 | 126 | 17 | 0 | 16 | 276 | 113 | 61 |
| Binary | 11111 | 10111011 | 11011011 | 1010110 | 1111 | 0 | 1110 | 10111110 | 1001011 | 110001 |
Color Harmonies of #1FBBDB
Complementary color
Monochromatic Colors of #1FBBDB
Black with #1FBBDB
Text Example
Text Example
White with #1FBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBBDB; }
p { color: rgb(31,187,219); }
H1.HeaderClassName
{
color: #1FBBDB;
}
.AnyTagClassName
{
color: #1FBBDB;
}
</style>
background-color css
<style>
a { background-color: #1FBBDB; }
a { background-color: rgb(31,187,219); }
div.DivClassName
{
background-color: #1FBBDB;
}
.BgClassName
{
background-color: #1FBBDB;
}
</style>
border-color css
<style>
span { border-color: #1FBBDB; }
span { border-color: rgb(31,187,219); }
td.TdClassName
{
border-color: #1FBBDB;
}
.TagClassName
{
border-color: #1FBBDB;
}
</style>