Shades of Iris Blue #1AB7D2
Tints of Iris Blue #1AB7D2
RGB
CMYK
RGB Variations
Color information
#1AB7D2 (or 0x1AB7D2) is known color: Iris Blue. HEX triplet: 1A, B7 and D2. RGB value is (26,183,210). Sum of RGB (Red+Green+Blue) = 26+183+210=419 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.21% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 210 (82.42% from 255 or 50.12% from 419); Max value from RGB is 210 - color contains mainly: blue. Hex color #1AB7D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB7D2 is #E5482D. Grayscale: #8A8A8A. Windows color (decimal): -15026222 or 13809434. OLE color: 13809434.
HSL color Cylindrical-coordinate representation of color #1AB7D2: hue angle of 188.8º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AB7D2 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 183 | 210 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.18 |
| HSL | 188.8º | 0.78% | 0.46% | - |
| HSV(B) | 188.8º | 0.88% | 0.82% | - |
| XYZ | 28.99 | 38.74 | 66.92 | - |
| YUV | 139.14 | 167.99 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 183 | 210 | 0.88 | 0.13 | 0 | 0.18 | 188.8 | 0.78 | 0.46 |
| Hex | 1A | B7 | D2 | 58 | D | 0 | 12 | BD | 4E | 2E |
| Octal | 32 | 267 | 322 | 130 | 15 | 0 | 22 | 275 | 116 | 56 |
| Binary | 11010 | 10110111 | 11010010 | 1011000 | 1101 | 0 | 10010 | 10111101 | 1001110 | 101110 |
Color Harmonies of #1AB7D2
Complementary color
Monochromatic Colors of #1AB7D2
Black with #1AB7D2
Text Example
Text Example
White with #1AB7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB7D2; }
p { color: rgb(26,183,210); }
H1.HeaderClassName
{
color: #1AB7D2;
}
.AnyTagClassName
{
color: #1AB7D2;
}
</style>
background-color css
<style>
a { background-color: #1AB7D2; }
a { background-color: rgb(26,183,210); }
div.DivClassName
{
background-color: #1AB7D2;
}
.BgClassName
{
background-color: #1AB7D2;
}
</style>
border-color css
<style>
span { border-color: #1AB7D2; }
span { border-color: rgb(26,183,210); }
td.TdClassName
{
border-color: #1AB7D2;
}
.TagClassName
{
border-color: #1AB7D2;
}
</style>