Shades of Summer Sky #1DBFDC
Tints of Summer Sky #1DBFDC
RGB
CMYK
RGB Variations
Color information
#1DBFDC (or 0x1DBFDC) is known color: Summer Sky. HEX triplet: 1D, BF and DC. RGB value is (29,191,220). Sum of RGB (Red+Green+Blue) = 29+191+220=440 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.59% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #1DBFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBFDC is #E24023. Grayscale: #919191. Windows color (decimal): -14827556 or 14466845. OLE color: 14466845.
HSL color Cylindrical-coordinate representation of color #1DBFDC: hue angle of 189.11º 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 #1DBFDC is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 191 | 220 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.14 |
| HSL | 189.11º | 0.77% | 0.49% | - |
| HSV(B) | 189.11º | 0.87% | 0.86% | - |
| XYZ | 32.06 | 42.69 | 74.26 | - |
| YUV | 145.87 | 169.83 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 220 | 0.87 | 0.13 | 0 | 0.14 | 189.11 | 0.77 | 0.49 |
| Hex | 1D | BF | DC | 57 | D | 0 | E | BD | 4D | 31 |
| Octal | 35 | 277 | 334 | 127 | 15 | 0 | 16 | 275 | 115 | 61 |
| Binary | 11101 | 10111111 | 11011100 | 1010111 | 1101 | 0 | 1110 | 10111101 | 1001101 | 110001 |
Color Harmonies of #1DBFDC
Complementary color
Monochromatic Colors of #1DBFDC
Black with #1DBFDC
Text Example
Text Example
White with #1DBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBFDC; }
p { color: rgb(29,191,220); }
H1.HeaderClassName
{
color: #1DBFDC;
}
.AnyTagClassName
{
color: #1DBFDC;
}
</style>
background-color css
<style>
a { background-color: #1DBFDC; }
a { background-color: rgb(29,191,220); }
div.DivClassName
{
background-color: #1DBFDC;
}
.BgClassName
{
background-color: #1DBFDC;
}
</style>
border-color css
<style>
span { border-color: #1DBFDC; }
span { border-color: rgb(29,191,220); }
td.TdClassName
{
border-color: #1DBFDC;
}
.TagClassName
{
border-color: #1DBFDC;
}
</style>