Shades of Iris Blue #1DBFC5
Tints of Iris Blue #1DBFC5
RGB
CMYK
RGB Variations
Color information
#1DBFC5 (or 0x1DBFC5) is known color: Iris Blue. HEX triplet: 1D, BF and C5. RGB value is (29,191,197). Sum of RGB (Red+Green+Blue) = 29+191+197=417 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.95% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 197 (77.34% from 255 or 47.24% from 417); Max value from RGB is 197 - color contains mainly: blue. Hex color #1DBFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBFC5 is #E2403A. Grayscale: #8F8F8F. Windows color (decimal): -14827579 or 12959517. OLE color: 12959517.
HSL color Cylindrical-coordinate representation of color #1DBFC5: hue angle of 182.14º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBFC5 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 191 | 197 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.23 |
| HSL | 182.14º | 0.74% | 0.44% | - |
| HSV(B) | 182.14º | 0.85% | 0.77% | - |
| XYZ | 29.22 | 41.55 | 59.3 | - |
| YUV | 143.25 | 158.33 | 46.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 197 | 0.85 | 0.03 | 0 | 0.23 | 182.14 | 0.74 | 0.44 |
| Hex | 1D | BF | C5 | 55 | 3 | 0 | 17 | B6 | 4A | 2C |
| Octal | 35 | 277 | 305 | 125 | 3 | 0 | 27 | 266 | 112 | 54 |
| Binary | 11101 | 10111111 | 11000101 | 1010101 | 11 | 0 | 10111 | 10110110 | 1001010 | 101100 |
Color Harmonies of #1DBFC5
Complementary color
Monochromatic Colors of #1DBFC5
Black with #1DBFC5
Text Example
Text Example
White with #1DBFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBFC5; }
p { color: rgb(29,191,197); }
H1.HeaderClassName
{
color: #1DBFC5;
}
.AnyTagClassName
{
color: #1DBFC5;
}
</style>
background-color css
<style>
a { background-color: #1DBFC5; }
a { background-color: rgb(29,191,197); }
div.DivClassName
{
background-color: #1DBFC5;
}
.BgClassName
{
background-color: #1DBFC5;
}
</style>
border-color css
<style>
span { border-color: #1DBFC5; }
span { border-color: rgb(29,191,197); }
td.TdClassName
{
border-color: #1DBFC5;
}
.TagClassName
{
border-color: #1DBFC5;
}
</style>