Shades of Summer Sky #1DB4F0
Tints of Summer Sky #1DB4F0
RGB
CMYK
RGB Variations
Color information
#1DB4F0 (or 0x1DB4F0) is known color: Summer Sky. HEX triplet: 1D, B4 and F0. RGB value is (29,180,240). Sum of RGB (Red+Green+Blue) = 29+180+240=449 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.46% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 240 (94.14% from 255 or 53.45% from 449); Max value from RGB is 240 - color contains mainly: blue. Hex color #1DB4F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DB4F0 is #E24B0F. Grayscale: #8D8D8D. Windows color (decimal): -14830352 or 15774749. OLE color: 15774749.
HSL color Cylindrical-coordinate representation of color #1DB4F0: hue angle of 197.06º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DB4F0 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 180 | 240 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.06 |
| HSL | 197.06º | 0.88% | 0.53% | - |
| HSV(B) | 197.06º | 0.88% | 0.94% | - |
| XYZ | 32.56 | 39.2 | 88.29 | - |
| YUV | 141.69 | 183.47 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 240 | 0.88 | 0.25 | 0 | 0.06 | 197.06 | 0.88 | 0.53 |
| Hex | 1D | B4 | F0 | 58 | 19 | 0 | 6 | C5 | 58 | 35 |
| Octal | 35 | 264 | 360 | 130 | 31 | 0 | 6 | 305 | 130 | 65 |
| Binary | 11101 | 10110100 | 11110000 | 1011000 | 11001 | 0 | 110 | 11000101 | 1011000 | 110101 |
Color Harmonies of #1DB4F0
Complementary color
Monochromatic Colors of #1DB4F0
Black with #1DB4F0
Text Example
Text Example
White with #1DB4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB4F0; }
p { color: rgb(29,180,240); }
H1.HeaderClassName
{
color: #1DB4F0;
}
.AnyTagClassName
{
color: #1DB4F0;
}
</style>
background-color css
<style>
a { background-color: #1DB4F0; }
a { background-color: rgb(29,180,240); }
div.DivClassName
{
background-color: #1DB4F0;
}
.BgClassName
{
background-color: #1DB4F0;
}
</style>
border-color css
<style>
span { border-color: #1DB4F0; }
span { border-color: rgb(29,180,240); }
td.TdClassName
{
border-color: #1DB4F0;
}
.TagClassName
{
border-color: #1DB4F0;
}
</style>