Shades of Iris Blue #1AC0CE
Tints of Iris Blue #1AC0CE
RGB
CMYK
RGB Variations
Color information
#1AC0CE (or 0x1AC0CE) is known color: Iris Blue. HEX triplet: 1A, C0 and CE. RGB value is (26,192,206). Sum of RGB (Red+Green+Blue) = 26+192+206=424 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.13% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #1AC0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC0CE is #E53F31. Grayscale: #8F8F8F. Windows color (decimal): -15023922 or 13549594. OLE color: 13549594.
HSL color Cylindrical-coordinate representation of color #1AC0CE: hue angle of 184.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC0CE is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 192 | 206 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.19 |
| HSL | 184.67º | 0.78% | 0.45% | - |
| HSV(B) | 184.67º | 0.87% | 0.81% | - |
| XYZ | 30.42 | 42.38 | 64.97 | - |
| YUV | 143.96 | 163 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 192 | 206 | 0.87 | 0.07 | 0 | 0.19 | 184.67 | 0.78 | 0.45 |
| Hex | 1A | C0 | CE | 57 | 7 | 0 | 13 | B9 | 4E | 2D |
| Octal | 32 | 300 | 316 | 127 | 7 | 0 | 23 | 271 | 116 | 55 |
| Binary | 11010 | 11000000 | 11001110 | 1010111 | 111 | 0 | 10011 | 10111001 | 1001110 | 101101 |
Color Harmonies of #1AC0CE
Complementary color
Monochromatic Colors of #1AC0CE
Black with #1AC0CE
Text Example
Text Example
White with #1AC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC0CE; }
p { color: rgb(26,192,206); }
H1.HeaderClassName
{
color: #1AC0CE;
}
.AnyTagClassName
{
color: #1AC0CE;
}
</style>
background-color css
<style>
a { background-color: #1AC0CE; }
a { background-color: rgb(26,192,206); }
div.DivClassName
{
background-color: #1AC0CE;
}
.BgClassName
{
background-color: #1AC0CE;
}
</style>
border-color css
<style>
span { border-color: #1AC0CE; }
span { border-color: rgb(26,192,206); }
td.TdClassName
{
border-color: #1AC0CE;
}
.TagClassName
{
border-color: #1AC0CE;
}
</style>