Shades of Iris Blue #1DBECF
Tints of Iris Blue #1DBECF
RGB
CMYK
RGB Variations
Color information
#1DBECF (or 0x1DBECF) is known color: Iris Blue. HEX triplet: 1D, BE and CF. RGB value is (29,190,207). Sum of RGB (Red+Green+Blue) = 29+190+207=426 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.81% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #1DBECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBECF is #E24130. Grayscale: #8F8F8F. Windows color (decimal): -14827825 or 13614621. OLE color: 13614621.
HSL color Cylindrical-coordinate representation of color #1DBECF: hue angle of 185.73º 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 #1DBECF is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 190 | 207 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.19 |
| HSL | 185.73º | 0.75% | 0.46% | - |
| HSV(B) | 185.73º | 0.86% | 0.81% | - |
| XYZ | 30.18 | 41.59 | 65.47 | - |
| YUV | 143.8 | 163.66 | 46.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 207 | 0.86 | 0.08 | 0 | 0.19 | 185.73 | 0.75 | 0.46 |
| Hex | 1D | BE | CF | 56 | 8 | 0 | 13 | BA | 4B | 2E |
| Octal | 35 | 276 | 317 | 126 | 10 | 0 | 23 | 272 | 113 | 56 |
| Binary | 11101 | 10111110 | 11001111 | 1010110 | 1000 | 0 | 10011 | 10111010 | 1001011 | 101110 |
Color Harmonies of #1DBECF
Complementary color
Monochromatic Colors of #1DBECF
Black with #1DBECF
Text Example
Text Example
White with #1DBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBECF; }
p { color: rgb(29,190,207); }
H1.HeaderClassName
{
color: #1DBECF;
}
.AnyTagClassName
{
color: #1DBECF;
}
</style>
background-color css
<style>
a { background-color: #1DBECF; }
a { background-color: rgb(29,190,207); }
div.DivClassName
{
background-color: #1DBECF;
}
.BgClassName
{
background-color: #1DBECF;
}
</style>
border-color css
<style>
span { border-color: #1DBECF; }
span { border-color: rgb(29,190,207); }
td.TdClassName
{
border-color: #1DBECF;
}
.TagClassName
{
border-color: #1DBECF;
}
</style>