Shades of Iris Blue #1ABECF
Tints of Iris Blue #1ABECF
RGB
CMYK
RGB Variations
Color information
#1ABECF (or 0x1ABECF) is known color: Iris Blue. HEX triplet: 1A, BE and CF. RGB value is (26,190,207). Sum of RGB (Red+Green+Blue) = 26+190+207=423 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.15% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #1ABECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABECF is #E54130. Grayscale: #8E8E8E. Windows color (decimal): -15024433 or 13614618. OLE color: 13614618.
HSL color Cylindrical-coordinate representation of color #1ABECF: hue angle of 185.64º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ABECF is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 190 | 207 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.19 |
| HSL | 185.64º | 0.78% | 0.46% | - |
| HSV(B) | 185.64º | 0.87% | 0.81% | - |
| XYZ | 30.1 | 41.55 | 65.47 | - |
| YUV | 142.9 | 164.17 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 190 | 207 | 0.87 | 0.08 | 0 | 0.19 | 185.64 | 0.78 | 0.46 |
| Hex | 1A | BE | CF | 57 | 8 | 0 | 13 | BA | 4E | 2E |
| Octal | 32 | 276 | 317 | 127 | 10 | 0 | 23 | 272 | 116 | 56 |
| Binary | 11010 | 10111110 | 11001111 | 1010111 | 1000 | 0 | 10011 | 10111010 | 1001110 | 101110 |
Color Harmonies of #1ABECF
Complementary color
Monochromatic Colors of #1ABECF
Black with #1ABECF
Text Example
Text Example
White with #1ABECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABECF; }
p { color: rgb(26,190,207); }
H1.HeaderClassName
{
color: #1ABECF;
}
.AnyTagClassName
{
color: #1ABECF;
}
</style>
background-color css
<style>
a { background-color: #1ABECF; }
a { background-color: rgb(26,190,207); }
div.DivClassName
{
background-color: #1ABECF;
}
.BgClassName
{
background-color: #1ABECF;
}
</style>
border-color css
<style>
span { border-color: #1ABECF; }
span { border-color: rgb(26,190,207); }
td.TdClassName
{
border-color: #1ABECF;
}
.TagClassName
{
border-color: #1ABECF;
}
</style>