Shades of Summer Sky #1DB4DE
Tints of Summer Sky #1DB4DE
RGB
CMYK
RGB Variations
Color information
#1DB4DE (or 0x1DB4DE) is known color: Summer Sky. HEX triplet: 1D, B4 and DE. RGB value is (29,180,222). Sum of RGB (Red+Green+Blue) = 29+180+222=431 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.73% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #1DB4DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB4DE is #E24B21. Grayscale: #8B8B8B. Windows color (decimal): -14830370 or 14595101. OLE color: 14595101.
HSL color Cylindrical-coordinate representation of color #1DB4DE: hue angle of 193.06º 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 #1DB4DE is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 180 | 222 | - |
| CMYK | 0.87 | 0.19 | 0 | 0.13 |
| HSL | 193.06º | 0.77% | 0.49% | - |
| HSV(B) | 193.06º | 0.87% | 0.87% | - |
| XYZ | 30.01 | 38.18 | 74.89 | - |
| YUV | 139.64 | 174.47 | 49.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 222 | 0.87 | 0.19 | 0 | 0.13 | 193.06 | 0.77 | 0.49 |
| Hex | 1D | B4 | DE | 57 | 13 | 0 | D | C1 | 4D | 31 |
| Octal | 35 | 264 | 336 | 127 | 23 | 0 | 15 | 301 | 115 | 61 |
| Binary | 11101 | 10110100 | 11011110 | 1010111 | 10011 | 0 | 1101 | 11000001 | 1001101 | 110001 |
Color Harmonies of #1DB4DE
Complementary color
Monochromatic Colors of #1DB4DE
Black with #1DB4DE
Text Example
Text Example
White with #1DB4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB4DE; }
p { color: rgb(29,180,222); }
H1.HeaderClassName
{
color: #1DB4DE;
}
.AnyTagClassName
{
color: #1DB4DE;
}
</style>
background-color css
<style>
a { background-color: #1DB4DE; }
a { background-color: rgb(29,180,222); }
div.DivClassName
{
background-color: #1DB4DE;
}
.BgClassName
{
background-color: #1DB4DE;
}
</style>
border-color css
<style>
span { border-color: #1DB4DE; }
span { border-color: rgb(29,180,222); }
td.TdClassName
{
border-color: #1DB4DE;
}
.TagClassName
{
border-color: #1DB4DE;
}
</style>