Shades of Summer Sky #1DB0F0
Tints of Summer Sky #1DB0F0
RGB
CMYK
RGB Variations
Color information
#1DB0F0 (or 0x1DB0F0) is known color: Summer Sky. HEX triplet: 1D, B0 and F0. RGB value is (29,176,240). Sum of RGB (Red+Green+Blue) = 29+176+240=445 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.52% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 240 (94.14% from 255 or 53.93% from 445); Max value from RGB is 240 - color contains mainly: blue. Hex color #1DB0F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DB0F0 is #E24F0F. Grayscale: #8A8A8A. Windows color (decimal): -14831376 or 15773725. OLE color: 15773725.
HSL color Cylindrical-coordinate representation of color #1DB0F0: hue angle of 198.2º 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 #1DB0F0 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 176 | 240 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.06 |
| HSL | 198.2º | 0.88% | 0.53% | - |
| HSV(B) | 198.2º | 0.88% | 0.94% | - |
| XYZ | 31.76 | 37.6 | 88.02 | - |
| YUV | 139.34 | 184.8 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 240 | 0.88 | 0.27 | 0 | 0.06 | 198.2 | 0.88 | 0.53 |
| Hex | 1D | B0 | F0 | 58 | 1B | 0 | 6 | C6 | 58 | 35 |
| Octal | 35 | 260 | 360 | 130 | 33 | 0 | 6 | 306 | 130 | 65 |
| Binary | 11101 | 10110000 | 11110000 | 1011000 | 11011 | 0 | 110 | 11000110 | 1011000 | 110101 |
Color Harmonies of #1DB0F0
Complementary color
Monochromatic Colors of #1DB0F0
Black with #1DB0F0
Text Example
Text Example
White with #1DB0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB0F0; }
p { color: rgb(29,176,240); }
H1.HeaderClassName
{
color: #1DB0F0;
}
.AnyTagClassName
{
color: #1DB0F0;
}
</style>
background-color css
<style>
a { background-color: #1DB0F0; }
a { background-color: rgb(29,176,240); }
div.DivClassName
{
background-color: #1DB0F0;
}
.BgClassName
{
background-color: #1DB0F0;
}
</style>
border-color css
<style>
span { border-color: #1DB0F0; }
span { border-color: rgb(29,176,240); }
td.TdClassName
{
border-color: #1DB0F0;
}
.TagClassName
{
border-color: #1DB0F0;
}
</style>