Shades of Summer Sky #1DB8DE
Tints of Summer Sky #1DB8DE
RGB
CMYK
RGB Variations
Color information
#1DB8DE (or 0x1DB8DE) is known color: Summer Sky. HEX triplet: 1D, B8 and DE. RGB value is (29,184,222). Sum of RGB (Red+Green+Blue) = 29+184+222=435 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.67% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #1DB8DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB8DE is #E24721. Grayscale: #8D8D8D. Windows color (decimal): -14829346 or 14596125. OLE color: 14596125.
HSL color Cylindrical-coordinate representation of color #1DB8DE: hue angle of 191.81º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DB8DE is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 184 | 222 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.13 |
| HSL | 191.81º | 0.77% | 0.49% | - |
| HSV(B) | 191.81º | 0.87% | 0.87% | - |
| XYZ | 30.83 | 39.82 | 75.17 | - |
| YUV | 141.99 | 173.15 | 47.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 184 | 222 | 0.87 | 0.17 | 0 | 0.13 | 191.81 | 0.77 | 0.49 |
| Hex | 1D | B8 | DE | 57 | 11 | 0 | D | C0 | 4D | 31 |
| Octal | 35 | 270 | 336 | 127 | 21 | 0 | 15 | 300 | 115 | 61 |
| Binary | 11101 | 10111000 | 11011110 | 1010111 | 10001 | 0 | 1101 | 11000000 | 1001101 | 110001 |
Color Harmonies of #1DB8DE
Complementary color
Monochromatic Colors of #1DB8DE
Black with #1DB8DE
Text Example
Text Example
White with #1DB8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB8DE; }
p { color: rgb(29,184,222); }
H1.HeaderClassName
{
color: #1DB8DE;
}
.AnyTagClassName
{
color: #1DB8DE;
}
</style>
background-color css
<style>
a { background-color: #1DB8DE; }
a { background-color: rgb(29,184,222); }
div.DivClassName
{
background-color: #1DB8DE;
}
.BgClassName
{
background-color: #1DB8DE;
}
</style>
border-color css
<style>
span { border-color: #1DB8DE; }
span { border-color: rgb(29,184,222); }
td.TdClassName
{
border-color: #1DB8DE;
}
.TagClassName
{
border-color: #1DB8DE;
}
</style>