Shades of Iris Blue #1DBDD1
Tints of Iris Blue #1DBDD1
RGB
CMYK
RGB Variations
Color information
#1DBDD1 (or 0x1DBDD1) is known color: Iris Blue. HEX triplet: 1D, BD and D1. RGB value is (29,189,209). Sum of RGB (Red+Green+Blue) = 29+189+209=427 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.79% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 209 (82.03% from 255 or 48.95% from 427); Max value from RGB is 209 - color contains mainly: blue. Hex color #1DBDD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBDD1 is #E2422E. Grayscale: #8F8F8F. Windows color (decimal): -14828079 or 13745437. OLE color: 13745437.
HSL color Cylindrical-coordinate representation of color #1DBDD1: hue angle of 186.67º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DBDD1 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 189 | 209 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.18 |
| HSL | 186.67º | 0.76% | 0.47% | - |
| HSV(B) | 186.67º | 0.86% | 0.82% | - |
| XYZ | 30.21 | 41.26 | 66.69 | - |
| YUV | 143.44 | 164.99 | 46.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 209 | 0.86 | 0.10 | 0 | 0.18 | 186.67 | 0.76 | 0.47 |
| Hex | 1D | BD | D1 | 56 | A | 0 | 12 | BB | 4C | 2F |
| Octal | 35 | 275 | 321 | 126 | 12 | 0 | 22 | 273 | 114 | 57 |
| Binary | 11101 | 10111101 | 11010001 | 1010110 | 1010 | 0 | 10010 | 10111011 | 1001100 | 101111 |
Color Harmonies of #1DBDD1
Complementary color
Monochromatic Colors of #1DBDD1
Black with #1DBDD1
Text Example
Text Example
White with #1DBDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBDD1; }
p { color: rgb(29,189,209); }
H1.HeaderClassName
{
color: #1DBDD1;
}
.AnyTagClassName
{
color: #1DBDD1;
}
</style>
background-color css
<style>
a { background-color: #1DBDD1; }
a { background-color: rgb(29,189,209); }
div.DivClassName
{
background-color: #1DBDD1;
}
.BgClassName
{
background-color: #1DBDD1;
}
</style>
border-color css
<style>
span { border-color: #1DBDD1; }
span { border-color: rgb(29,189,209); }
td.TdClassName
{
border-color: #1DBDD1;
}
.TagClassName
{
border-color: #1DBDD1;
}
</style>