Shades of Summer Sky #1DB2F0
Tints of Summer Sky #1DB2F0
RGB
CMYK
RGB Variations
Color information
#1DB2F0 (or 0x1DB2F0) is known color: Summer Sky. HEX triplet: 1D, B2 and F0. RGB value is (29,178,240). Sum of RGB (Red+Green+Blue) = 29+178+240=447 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.49% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 240 (94.14% from 255 or 53.69% from 447); Max value from RGB is 240 - color contains mainly: blue. Hex color #1DB2F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DB2F0 is #E24D0F. Grayscale: #8C8C8C. Windows color (decimal): -14830864 or 15774237. OLE color: 15774237.
HSL color Cylindrical-coordinate representation of color #1DB2F0: hue angle of 197.63º 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 #1DB2F0 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 178 | 240 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.06 |
| HSL | 197.63º | 0.88% | 0.53% | - |
| HSV(B) | 197.63º | 0.88% | 0.94% | - |
| XYZ | 32.16 | 38.39 | 88.15 | - |
| YUV | 140.52 | 184.14 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 178 | 240 | 0.88 | 0.26 | 0 | 0.06 | 197.63 | 0.88 | 0.53 |
| Hex | 1D | B2 | F0 | 58 | 1A | 0 | 6 | C6 | 58 | 35 |
| Octal | 35 | 262 | 360 | 130 | 32 | 0 | 6 | 306 | 130 | 65 |
| Binary | 11101 | 10110010 | 11110000 | 1011000 | 11010 | 0 | 110 | 11000110 | 1011000 | 110101 |
Color Harmonies of #1DB2F0
Complementary color
Monochromatic Colors of #1DB2F0
Black with #1DB2F0
Text Example
Text Example
White with #1DB2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB2F0; }
p { color: rgb(29,178,240); }
H1.HeaderClassName
{
color: #1DB2F0;
}
.AnyTagClassName
{
color: #1DB2F0;
}
</style>
background-color css
<style>
a { background-color: #1DB2F0; }
a { background-color: rgb(29,178,240); }
div.DivClassName
{
background-color: #1DB2F0;
}
.BgClassName
{
background-color: #1DB2F0;
}
</style>
border-color css
<style>
span { border-color: #1DB2F0; }
span { border-color: rgb(29,178,240); }
td.TdClassName
{
border-color: #1DB2F0;
}
.TagClassName
{
border-color: #1DB2F0;
}
</style>