Shades of Iris Blue #1DA8CC
Tints of Iris Blue #1DA8CC
RGB
CMYK
RGB Variations
Color information
#1DA8CC (or 0x1DA8CC) is known color: Iris Blue. HEX triplet: 1D, A8 and CC. RGB value is (29,168,204). Sum of RGB (Red+Green+Blue) = 29+168+204=401 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.23% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #1DA8CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DA8CC is #E25733. Grayscale: #828282. Windows color (decimal): -14833460 or 13412381. OLE color: 13412381.
HSL color Cylindrical-coordinate representation of color #1DA8CC: hue angle of 192.34º 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 #1DA8CC is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 168 | 204 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.2 |
| HSL | 192.34º | 0.75% | 0.46% | - |
| HSV(B) | 192.34º | 0.86% | 0.8% | - |
| XYZ | 25.41 | 32.63 | 62.09 | - |
| YUV | 130.54 | 169.45 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 168 | 204 | 0.86 | 0.18 | 0 | 0.2 | 192.34 | 0.75 | 0.46 |
| Hex | 1D | A8 | CC | 56 | 12 | 0 | 14 | C0 | 4B | 2E |
| Octal | 35 | 250 | 314 | 126 | 22 | 0 | 24 | 300 | 113 | 56 |
| Binary | 11101 | 10101000 | 11001100 | 1010110 | 10010 | 0 | 10100 | 11000000 | 1001011 | 101110 |
Color Harmonies of #1DA8CC
Complementary color
Monochromatic Colors of #1DA8CC
Black with #1DA8CC
Text Example
Text Example
White with #1DA8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA8CC; }
p { color: rgb(29,168,204); }
H1.HeaderClassName
{
color: #1DA8CC;
}
.AnyTagClassName
{
color: #1DA8CC;
}
</style>
background-color css
<style>
a { background-color: #1DA8CC; }
a { background-color: rgb(29,168,204); }
div.DivClassName
{
background-color: #1DA8CC;
}
.BgClassName
{
background-color: #1DA8CC;
}
</style>
border-color css
<style>
span { border-color: #1DA8CC; }
span { border-color: rgb(29,168,204); }
td.TdClassName
{
border-color: #1DA8CC;
}
.TagClassName
{
border-color: #1DA8CC;
}
</style>