Shades of Iris Blue #1DBFC6
Tints of Iris Blue #1DBFC6
RGB
CMYK
RGB Variations
Color information
#1DBFC6 (or 0x1DBFC6) is known color: Iris Blue. HEX triplet: 1D, BF and C6. RGB value is (29,191,198). Sum of RGB (Red+Green+Blue) = 29+191+198=418 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.94% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 198 (77.73% from 255 or 47.37% from 418); Max value from RGB is 198 - color contains mainly: blue. Hex color #1DBFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBFC6 is #E24039. Grayscale: #8F8F8F. Windows color (decimal): -14827578 or 13025053. OLE color: 13025053.
HSL color Cylindrical-coordinate representation of color #1DBFC6: hue angle of 182.49º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBFC6 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 191 | 198 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.22 |
| HSL | 182.49º | 0.74% | 0.45% | - |
| HSV(B) | 182.49º | 0.85% | 0.78% | - |
| XYZ | 29.33 | 41.6 | 59.91 | - |
| YUV | 143.36 | 158.83 | 46.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 198 | 0.85 | 0.04 | 0 | 0.22 | 182.49 | 0.74 | 0.45 |
| Hex | 1D | BF | C6 | 55 | 4 | 0 | 16 | B6 | 4A | 2D |
| Octal | 35 | 277 | 306 | 125 | 4 | 0 | 26 | 266 | 112 | 55 |
| Binary | 11101 | 10111111 | 11000110 | 1010101 | 100 | 0 | 10110 | 10110110 | 1001010 | 101101 |
Color Harmonies of #1DBFC6
Complementary color
Monochromatic Colors of #1DBFC6
Black with #1DBFC6
Text Example
Text Example
White with #1DBFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBFC6; }
p { color: rgb(29,191,198); }
H1.HeaderClassName
{
color: #1DBFC6;
}
.AnyTagClassName
{
color: #1DBFC6;
}
</style>
background-color css
<style>
a { background-color: #1DBFC6; }
a { background-color: rgb(29,191,198); }
div.DivClassName
{
background-color: #1DBFC6;
}
.BgClassName
{
background-color: #1DBFC6;
}
</style>
border-color css
<style>
span { border-color: #1DBFC6; }
span { border-color: rgb(29,191,198); }
td.TdClassName
{
border-color: #1DBFC6;
}
.TagClassName
{
border-color: #1DBFC6;
}
</style>