Shades of Summer Sky #1FBDDB
Tints of Summer Sky #1FBDDB
RGB
CMYK
RGB Variations
Color information
#1FBDDB (or 0x1FBDDB) is known color: Summer Sky. HEX triplet: 1F, BD and DB. RGB value is (31,189,219). Sum of RGB (Red+Green+Blue) = 31+189+219=439 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.06% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #1FBDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBDDB is #E04224. Grayscale: #909090. Windows color (decimal): -14696997 or 14400799. OLE color: 14400799.
HSL color Cylindrical-coordinate representation of color #1FBDDB: hue angle of 189.57º 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 #1FBDDB is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 189 | 219 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.14 |
| HSL | 189.57º | 0.75% | 0.49% | - |
| HSV(B) | 189.57º | 0.86% | 0.86% | - |
| XYZ | 31.55 | 41.8 | 73.42 | - |
| YUV | 145.18 | 169.65 | 46.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 189 | 219 | 0.86 | 0.14 | 0 | 0.14 | 189.57 | 0.75 | 0.49 |
| Hex | 1F | BD | DB | 56 | E | 0 | E | BE | 4B | 31 |
| Octal | 37 | 275 | 333 | 126 | 16 | 0 | 16 | 276 | 113 | 61 |
| Binary | 11111 | 10111101 | 11011011 | 1010110 | 1110 | 0 | 1110 | 10111110 | 1001011 | 110001 |
Color Harmonies of #1FBDDB
Complementary color
Monochromatic Colors of #1FBDDB
Black with #1FBDDB
Text Example
Text Example
White with #1FBDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBDDB; }
p { color: rgb(31,189,219); }
H1.HeaderClassName
{
color: #1FBDDB;
}
.AnyTagClassName
{
color: #1FBDDB;
}
</style>
background-color css
<style>
a { background-color: #1FBDDB; }
a { background-color: rgb(31,189,219); }
div.DivClassName
{
background-color: #1FBDDB;
}
.BgClassName
{
background-color: #1FBDDB;
}
</style>
border-color css
<style>
span { border-color: #1FBDDB; }
span { border-color: rgb(31,189,219); }
td.TdClassName
{
border-color: #1FBDDB;
}
.TagClassName
{
border-color: #1FBDDB;
}
</style>