Shades of Summer Sky #1DBFDB
Tints of Summer Sky #1DBFDB
RGB
CMYK
RGB Variations
Color information
#1DBFDB (or 0x1DBFDB) is known color: Summer Sky. HEX triplet: 1D, BF and DB. RGB value is (29,191,219). Sum of RGB (Red+Green+Blue) = 29+191+219=439 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.61% from 439); Green value is 191 (75% from 255 or 43.51% 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 #1DBFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBFDB is #E24024. Grayscale: #919191. Windows color (decimal): -14827557 or 14401309. OLE color: 14401309.
HSL color Cylindrical-coordinate representation of color #1DBFDB: hue angle of 188.84º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DBFDB is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 191 | 219 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.14 |
| HSL | 188.84º | 0.77% | 0.49% | - |
| HSV(B) | 188.84º | 0.87% | 0.86% | - |
| XYZ | 31.92 | 42.64 | 73.57 | - |
| YUV | 145.75 | 169.33 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 219 | 0.87 | 0.13 | 0 | 0.14 | 188.84 | 0.77 | 0.49 |
| Hex | 1D | BF | DB | 57 | D | 0 | E | BD | 4D | 31 |
| Octal | 35 | 277 | 333 | 127 | 15 | 0 | 16 | 275 | 115 | 61 |
| Binary | 11101 | 10111111 | 11011011 | 1010111 | 1101 | 0 | 1110 | 10111101 | 1001101 | 110001 |
Color Harmonies of #1DBFDB
Complementary color
Monochromatic Colors of #1DBFDB
Black with #1DBFDB
Text Example
Text Example
White with #1DBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBFDB; }
p { color: rgb(29,191,219); }
H1.HeaderClassName
{
color: #1DBFDB;
}
.AnyTagClassName
{
color: #1DBFDB;
}
</style>
background-color css
<style>
a { background-color: #1DBFDB; }
a { background-color: rgb(29,191,219); }
div.DivClassName
{
background-color: #1DBFDB;
}
.BgClassName
{
background-color: #1DBFDB;
}
</style>
border-color css
<style>
span { border-color: #1DBFDB; }
span { border-color: rgb(29,191,219); }
td.TdClassName
{
border-color: #1DBFDB;
}
.TagClassName
{
border-color: #1DBFDB;
}
</style>