Shades of Summer Sky #1DB8D8
Tints of Summer Sky #1DB8D8
RGB
CMYK
RGB Variations
Color information
#1DB8D8 (or 0x1DB8D8) is known color: Summer Sky. HEX triplet: 1D, B8 and D8. RGB value is (29,184,216). Sum of RGB (Red+Green+Blue) = 29+184+216=429 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.76% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 216 (84.77% from 255 or 50.35% from 429); Max value from RGB is 216 - color contains mainly: blue. Hex color #1DB8D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB8D8 is #E24727. Grayscale: #8D8D8D. Windows color (decimal): -14829352 or 14202909. OLE color: 14202909.
HSL color Cylindrical-coordinate representation of color #1DB8D8: hue angle of 190.27º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DB8D8 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 184 | 216 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.15 |
| HSL | 190.27º | 0.76% | 0.48% | - |
| HSV(B) | 190.27º | 0.87% | 0.85% | - |
| XYZ | 30.04 | 39.5 | 71.01 | - |
| YUV | 141.3 | 170.15 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 184 | 216 | 0.87 | 0.15 | 0 | 0.15 | 190.27 | 0.76 | 0.48 |
| Hex | 1D | B8 | D8 | 57 | F | 0 | F | BE | 4C | 30 |
| Octal | 35 | 270 | 330 | 127 | 17 | 0 | 17 | 276 | 114 | 60 |
| Binary | 11101 | 10111000 | 11011000 | 1010111 | 1111 | 0 | 1111 | 10111110 | 1001100 | 110000 |
Color Harmonies of #1DB8D8
Complementary color
Monochromatic Colors of #1DB8D8
Black with #1DB8D8
Text Example
Text Example
White with #1DB8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB8D8; }
p { color: rgb(29,184,216); }
H1.HeaderClassName
{
color: #1DB8D8;
}
.AnyTagClassName
{
color: #1DB8D8;
}
</style>
background-color css
<style>
a { background-color: #1DB8D8; }
a { background-color: rgb(29,184,216); }
div.DivClassName
{
background-color: #1DB8D8;
}
.BgClassName
{
background-color: #1DB8D8;
}
</style>
border-color css
<style>
span { border-color: #1DB8D8; }
span { border-color: rgb(29,184,216); }
td.TdClassName
{
border-color: #1DB8D8;
}
.TagClassName
{
border-color: #1DB8D8;
}
</style>