Shades of Iris Blue #1DBFCC
Tints of Iris Blue #1DBFCC
RGB
CMYK
RGB Variations
Color information
#1DBFCC (or 0x1DBFCC) is known color: Iris Blue. HEX triplet: 1D, BF and CC. RGB value is (29,191,204). Sum of RGB (Red+Green+Blue) = 29+191+204=424 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.84% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #1DBFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBFCC is #E24033. Grayscale: #8F8F8F. Windows color (decimal): -14827572 or 13418269. OLE color: 13418269.
HSL color Cylindrical-coordinate representation of color #1DBFCC: hue angle of 184.46º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DBFCC is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 191 | 204 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.2 |
| HSL | 184.46º | 0.75% | 0.46% | - |
| HSV(B) | 184.46º | 0.86% | 0.8% | - |
| XYZ | 30.04 | 41.88 | 63.63 | - |
| YUV | 144.04 | 161.83 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 204 | 0.86 | 0.06 | 0 | 0.2 | 184.46 | 0.75 | 0.46 |
| Hex | 1D | BF | CC | 56 | 6 | 0 | 14 | B8 | 4B | 2E |
| Octal | 35 | 277 | 314 | 126 | 6 | 0 | 24 | 270 | 113 | 56 |
| Binary | 11101 | 10111111 | 11001100 | 1010110 | 110 | 0 | 10100 | 10111000 | 1001011 | 101110 |
Color Harmonies of #1DBFCC
Complementary color
Monochromatic Colors of #1DBFCC
Black with #1DBFCC
Text Example
Text Example
White with #1DBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBFCC; }
p { color: rgb(29,191,204); }
H1.HeaderClassName
{
color: #1DBFCC;
}
.AnyTagClassName
{
color: #1DBFCC;
}
</style>
background-color css
<style>
a { background-color: #1DBFCC; }
a { background-color: rgb(29,191,204); }
div.DivClassName
{
background-color: #1DBFCC;
}
.BgClassName
{
background-color: #1DBFCC;
}
</style>
border-color css
<style>
span { border-color: #1DBFCC; }
span { border-color: rgb(29,191,204); }
td.TdClassName
{
border-color: #1DBFCC;
}
.TagClassName
{
border-color: #1DBFCC;
}
</style>