Shades of Summer Sky #1DBFEA
Tints of Summer Sky #1DBFEA
RGB
CMYK
RGB Variations
Color information
#1DBFEA (or 0x1DBFEA) is known color: Summer Sky. HEX triplet: 1D, BF and EA. RGB value is (29,191,234). Sum of RGB (Red+Green+Blue) = 29+191+234=454 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.39% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #1DBFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBFEA is #E24015. Grayscale: #939393. Windows color (decimal): -14827542 or 15384349. OLE color: 15384349.
HSL color Cylindrical-coordinate representation of color #1DBFEA: hue angle of 192.59º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DBFEA is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 191 | 234 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.08 |
| HSL | 192.59º | 0.83% | 0.52% | - |
| HSV(B) | 192.59º | 0.88% | 0.92% | - |
| XYZ | 33.99 | 43.46 | 84.44 | - |
| YUV | 147.46 | 176.83 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 234 | 0.88 | 0.18 | 0 | 0.08 | 192.59 | 0.83 | 0.52 |
| Hex | 1D | BF | EA | 58 | 12 | 0 | 8 | C1 | 53 | 34 |
| Octal | 35 | 277 | 352 | 130 | 22 | 0 | 10 | 301 | 123 | 64 |
| Binary | 11101 | 10111111 | 11101010 | 1011000 | 10010 | 0 | 1000 | 11000001 | 1010011 | 110100 |
Color Harmonies of #1DBFEA
Complementary color
Monochromatic Colors of #1DBFEA
Black with #1DBFEA
Text Example
Text Example
White with #1DBFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBFEA; }
p { color: rgb(29,191,234); }
H1.HeaderClassName
{
color: #1DBFEA;
}
.AnyTagClassName
{
color: #1DBFEA;
}
</style>
background-color css
<style>
a { background-color: #1DBFEA; }
a { background-color: rgb(29,191,234); }
div.DivClassName
{
background-color: #1DBFEA;
}
.BgClassName
{
background-color: #1DBFEA;
}
</style>
border-color css
<style>
span { border-color: #1DBFEA; }
span { border-color: rgb(29,191,234); }
td.TdClassName
{
border-color: #1DBFEA;
}
.TagClassName
{
border-color: #1DBFEA;
}
</style>