Shades of Summer Sky #1DAFE1
Tints of Summer Sky #1DAFE1
RGB
CMYK
RGB Variations
Color information
#1DAFE1 (or 0x1DAFE1) is known color: Summer Sky. HEX triplet: 1D, AF and E1. RGB value is (29,175,225). Sum of RGB (Red+Green+Blue) = 29+175+225=429 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.76% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 225 (88.28% from 255 or 52.45% from 429); Max value from RGB is 225 - color contains mainly: blue. Hex color #1DAFE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAFE1 is #E2501E. Grayscale: #888888. Windows color (decimal): -14831647 or 14790429. OLE color: 14790429.
HSL color Cylindrical-coordinate representation of color #1DAFE1: hue angle of 195.31º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DAFE1 is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 29 | 175 | 225 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.12 |
| HSL | 195.31º | 0.77% | 0.5% | - |
| HSV(B) | 195.31º | 0.87% | 0.88% | - |
| XYZ | 29.43 | 36.36 | 76.7 | - |
| YUV | 137.05 | 177.63 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 225 | 0.87 | 0.22 | 0 | 0.12 | 195.31 | 0.77 | 0.5 |
| Hex | 1D | AF | E1 | 57 | 16 | 0 | C | C3 | 4D | 32 |
| Octal | 35 | 257 | 341 | 127 | 26 | 0 | 14 | 303 | 115 | 62 |
| Binary | 11101 | 10101111 | 11100001 | 1010111 | 10110 | 0 | 1100 | 11000011 | 1001101 | 110010 |
Color Harmonies of #1DAFE1
Complementary color
Monochromatic Colors of #1DAFE1
Black with #1DAFE1
Text Example
Text Example
White with #1DAFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAFE1; }
p { color: rgb(29,175,225); }
H1.HeaderClassName
{
color: #1DAFE1;
}
.AnyTagClassName
{
color: #1DAFE1;
}
</style>
background-color css
<style>
a { background-color: #1DAFE1; }
a { background-color: rgb(29,175,225); }
div.DivClassName
{
background-color: #1DAFE1;
}
.BgClassName
{
background-color: #1DAFE1;
}
</style>
border-color css
<style>
span { border-color: #1DAFE1; }
span { border-color: rgb(29,175,225); }
td.TdClassName
{
border-color: #1DAFE1;
}
.TagClassName
{
border-color: #1DAFE1;
}
</style>