Shades of Iris Blue #1AB7DB
Tints of Iris Blue #1AB7DB
RGB
CMYK
RGB Variations
Color information
#1AB7DB (or 0x1AB7DB) is known color: Iris Blue. HEX triplet: 1A, B7 and DB. RGB value is (26,183,219). Sum of RGB (Red+Green+Blue) = 26+183+219=428 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.07% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #1AB7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB7DB is #E54824. Grayscale: #8B8B8B. Windows color (decimal): -15026213 or 14399258. OLE color: 14399258.
HSL color Cylindrical-coordinate representation of color #1AB7DB: hue angle of 191.19º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AB7DB is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 183 | 219 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.14 |
| HSL | 191.19º | 0.79% | 0.48% | - |
| HSV(B) | 191.19º | 0.88% | 0.86% | - |
| XYZ | 30.15 | 39.2 | 73 | - |
| YUV | 140.16 | 172.49 | 46.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 183 | 219 | 0.88 | 0.16 | 0 | 0.14 | 191.19 | 0.79 | 0.48 |
| Hex | 1A | B7 | DB | 58 | 10 | 0 | E | BF | 4F | 30 |
| Octal | 32 | 267 | 333 | 130 | 20 | 0 | 16 | 277 | 117 | 60 |
| Binary | 11010 | 10110111 | 11011011 | 1011000 | 10000 | 0 | 1110 | 10111111 | 1001111 | 110000 |
Color Harmonies of #1AB7DB
Complementary color
Monochromatic Colors of #1AB7DB
Black with #1AB7DB
Text Example
Text Example
White with #1AB7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB7DB; }
p { color: rgb(26,183,219); }
H1.HeaderClassName
{
color: #1AB7DB;
}
.AnyTagClassName
{
color: #1AB7DB;
}
</style>
background-color css
<style>
a { background-color: #1AB7DB; }
a { background-color: rgb(26,183,219); }
div.DivClassName
{
background-color: #1AB7DB;
}
.BgClassName
{
background-color: #1AB7DB;
}
</style>
border-color css
<style>
span { border-color: #1AB7DB; }
span { border-color: rgb(26,183,219); }
td.TdClassName
{
border-color: #1AB7DB;
}
.TagClassName
{
border-color: #1AB7DB;
}
</style>