Shades of Iris Blue #1AB8DB
Tints of Iris Blue #1AB8DB
RGB
CMYK
RGB Variations
Color information
#1AB8DB (or 0x1AB8DB) is known color: Iris Blue. HEX triplet: 1A, B8 and DB. RGB value is (26,184,219). Sum of RGB (Red+Green+Blue) = 26+184+219=429 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.06% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #1AB8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB8DB is #E54724. Grayscale: #8C8C8C. Windows color (decimal): -15025957 or 14399514. OLE color: 14399514.
HSL color Cylindrical-coordinate representation of color #1AB8DB: hue angle of 190.88º 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 #1AB8DB is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 184 | 219 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.14 |
| HSL | 190.88º | 0.79% | 0.48% | - |
| HSV(B) | 190.88º | 0.88% | 0.86% | - |
| XYZ | 30.35 | 39.62 | 73.06 | - |
| YUV | 140.75 | 172.15 | 46.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 184 | 219 | 0.88 | 0.16 | 0 | 0.14 | 190.88 | 0.79 | 0.48 |
| Hex | 1A | B8 | DB | 58 | 10 | 0 | E | BF | 4F | 30 |
| Octal | 32 | 270 | 333 | 130 | 20 | 0 | 16 | 277 | 117 | 60 |
| Binary | 11010 | 10111000 | 11011011 | 1011000 | 10000 | 0 | 1110 | 10111111 | 1001111 | 110000 |
Color Harmonies of #1AB8DB
Complementary color
Monochromatic Colors of #1AB8DB
Black with #1AB8DB
Text Example
Text Example
White with #1AB8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB8DB; }
p { color: rgb(26,184,219); }
H1.HeaderClassName
{
color: #1AB8DB;
}
.AnyTagClassName
{
color: #1AB8DB;
}
</style>
background-color css
<style>
a { background-color: #1AB8DB; }
a { background-color: rgb(26,184,219); }
div.DivClassName
{
background-color: #1AB8DB;
}
.BgClassName
{
background-color: #1AB8DB;
}
</style>
border-color css
<style>
span { border-color: #1AB8DB; }
span { border-color: rgb(26,184,219); }
td.TdClassName
{
border-color: #1AB8DB;
}
.TagClassName
{
border-color: #1AB8DB;
}
</style>