Shades of Iris Blue #1DB0CF
Tints of Iris Blue #1DB0CF
RGB
CMYK
RGB Variations
Color information
#1DB0CF (or 0x1DB0CF) is known color: Iris Blue. HEX triplet: 1D, B0 and CF. RGB value is (29,176,207). Sum of RGB (Red+Green+Blue) = 29+176+207=412 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.04% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #1DB0CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DB0CF is #E24F30. Grayscale: #878787. Windows color (decimal): -14831409 or 13611037. OLE color: 13611037.
HSL color Cylindrical-coordinate representation of color #1DB0CF: hue angle of 190.45º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DB0CF is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 176 | 207 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.19 |
| HSL | 190.45º | 0.75% | 0.46% | - |
| HSV(B) | 190.45º | 0.86% | 0.81% | - |
| XYZ | 27.29 | 35.82 | 64.51 | - |
| YUV | 135.58 | 168.3 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 207 | 0.86 | 0.15 | 0 | 0.19 | 190.45 | 0.75 | 0.46 |
| Hex | 1D | B0 | CF | 56 | F | 0 | 13 | BE | 4B | 2E |
| Octal | 35 | 260 | 317 | 126 | 17 | 0 | 23 | 276 | 113 | 56 |
| Binary | 11101 | 10110000 | 11001111 | 1010110 | 1111 | 0 | 10011 | 10111110 | 1001011 | 101110 |
Color Harmonies of #1DB0CF
Complementary color
Monochromatic Colors of #1DB0CF
Black with #1DB0CF
Text Example
Text Example
White with #1DB0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB0CF; }
p { color: rgb(29,176,207); }
H1.HeaderClassName
{
color: #1DB0CF;
}
.AnyTagClassName
{
color: #1DB0CF;
}
</style>
background-color css
<style>
a { background-color: #1DB0CF; }
a { background-color: rgb(29,176,207); }
div.DivClassName
{
background-color: #1DB0CF;
}
.BgClassName
{
background-color: #1DB0CF;
}
</style>
border-color css
<style>
span { border-color: #1DB0CF; }
span { border-color: rgb(29,176,207); }
td.TdClassName
{
border-color: #1DB0CF;
}
.TagClassName
{
border-color: #1DB0CF;
}
</style>