Shades of Iris Blue #1AB2CA
Tints of Iris Blue #1AB2CA
RGB
CMYK
RGB Variations
Color information
#1AB2CA (or 0x1AB2CA) is known color: Iris Blue. HEX triplet: 1A, B2 and CA. RGB value is (26,178,202). Sum of RGB (Red+Green+Blue) = 26+178+202=406 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.40% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #1AB2CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AB2CA is #E54D35. Grayscale: #878787. Windows color (decimal): -15027510 or 13283866. OLE color: 13283866.
HSL color Cylindrical-coordinate representation of color #1AB2CA: hue angle of 188.18º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AB2CA is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 26 | 178 | 202 | - |
| CMYK | 0.87 | 0.12 | 0 | 0.21 |
| HSL | 188.18º | 0.77% | 0.45% | - |
| HSV(B) | 188.18º | 0.87% | 0.79% | - |
| XYZ | 27.01 | 36.32 | 61.47 | - |
| YUV | 135.29 | 165.64 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 178 | 202 | 0.87 | 0.12 | 0 | 0.21 | 188.18 | 0.77 | 0.45 |
| Hex | 1A | B2 | CA | 57 | C | 0 | 15 | BC | 4D | 2D |
| Octal | 32 | 262 | 312 | 127 | 14 | 0 | 25 | 274 | 115 | 55 |
| Binary | 11010 | 10110010 | 11001010 | 1010111 | 1100 | 0 | 10101 | 10111100 | 1001101 | 101101 |
Color Harmonies of #1AB2CA
Complementary color
Monochromatic Colors of #1AB2CA
Black with #1AB2CA
Text Example
Text Example
White with #1AB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB2CA; }
p { color: rgb(26,178,202); }
H1.HeaderClassName
{
color: #1AB2CA;
}
.AnyTagClassName
{
color: #1AB2CA;
}
</style>
background-color css
<style>
a { background-color: #1AB2CA; }
a { background-color: rgb(26,178,202); }
div.DivClassName
{
background-color: #1AB2CA;
}
.BgClassName
{
background-color: #1AB2CA;
}
</style>
border-color css
<style>
span { border-color: #1AB2CA; }
span { border-color: rgb(26,178,202); }
td.TdClassName
{
border-color: #1AB2CA;
}
.TagClassName
{
border-color: #1AB2CA;
}
</style>