Shades of Iris Blue #1DBBCF
Tints of Iris Blue #1DBBCF
RGB
CMYK
RGB Variations
Color information
#1DBBCF (or 0x1DBBCF) is known color: Iris Blue. HEX triplet: 1D, BB and CF. RGB value is (29,187,207). Sum of RGB (Red+Green+Blue) = 29+187+207=423 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.86% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #1DBBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBBCF is #E24430. Grayscale: #8D8D8D. Windows color (decimal): -14828593 or 13613853. OLE color: 13613853.
HSL color Cylindrical-coordinate representation of color #1DBBCF: hue angle of 186.74º 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 #1DBBCF is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 187 | 207 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.19 |
| HSL | 186.74º | 0.75% | 0.46% | - |
| HSV(B) | 186.74º | 0.86% | 0.81% | - |
| XYZ | 29.54 | 40.31 | 65.25 | - |
| YUV | 142.04 | 164.65 | 47.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 207 | 0.86 | 0.10 | 0 | 0.19 | 186.74 | 0.75 | 0.46 |
| Hex | 1D | BB | CF | 56 | A | 0 | 13 | BB | 4B | 2E |
| Octal | 35 | 273 | 317 | 126 | 12 | 0 | 23 | 273 | 113 | 56 |
| Binary | 11101 | 10111011 | 11001111 | 1010110 | 1010 | 0 | 10011 | 10111011 | 1001011 | 101110 |
Color Harmonies of #1DBBCF
Complementary color
Monochromatic Colors of #1DBBCF
Black with #1DBBCF
Text Example
Text Example
White with #1DBBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBBCF; }
p { color: rgb(29,187,207); }
H1.HeaderClassName
{
color: #1DBBCF;
}
.AnyTagClassName
{
color: #1DBBCF;
}
</style>
background-color css
<style>
a { background-color: #1DBBCF; }
a { background-color: rgb(29,187,207); }
div.DivClassName
{
background-color: #1DBBCF;
}
.BgClassName
{
background-color: #1DBBCF;
}
</style>
border-color css
<style>
span { border-color: #1DBBCF; }
span { border-color: rgb(29,187,207); }
td.TdClassName
{
border-color: #1DBBCF;
}
.TagClassName
{
border-color: #1DBBCF;
}
</style>