Shades of Iris Blue #1AC0C8
Tints of Iris Blue #1AC0C8
RGB
CMYK
RGB Variations
Color information
#1AC0C8 (or 0x1AC0C8) is known color: Iris Blue. HEX triplet: 1A, C0 and C8. RGB value is (26,192,200). Sum of RGB (Red+Green+Blue) = 26+192+200=418 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.22% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 200 (78.52% from 255 or 47.85% from 418); Max value from RGB is 200 - color contains mainly: blue. Hex color #1AC0C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC0C8 is #E53F37. Grayscale: #8F8F8F. Windows color (decimal): -15023928 or 13156378. OLE color: 13156378.
HSL color Cylindrical-coordinate representation of color #1AC0C8: hue angle of 182.76º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC0C8 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 26 | 192 | 200 | - |
| CMYK | 0.87 | 0.04 | 0 | 0.22 |
| HSL | 182.76º | 0.77% | 0.44% | - |
| HSV(B) | 182.76º | 0.87% | 0.78% | - |
| XYZ | 29.7 | 42.09 | 61.2 | - |
| YUV | 143.28 | 160 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 192 | 200 | 0.87 | 0.04 | 0 | 0.22 | 182.76 | 0.77 | 0.44 |
| Hex | 1A | C0 | C8 | 57 | 4 | 0 | 16 | B7 | 4D | 2C |
| Octal | 32 | 300 | 310 | 127 | 4 | 0 | 26 | 267 | 115 | 54 |
| Binary | 11010 | 11000000 | 11001000 | 1010111 | 100 | 0 | 10110 | 10110111 | 1001101 | 101100 |
Color Harmonies of #1AC0C8
Complementary color
Monochromatic Colors of #1AC0C8
Black with #1AC0C8
Text Example
Text Example
White with #1AC0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC0C8; }
p { color: rgb(26,192,200); }
H1.HeaderClassName
{
color: #1AC0C8;
}
.AnyTagClassName
{
color: #1AC0C8;
}
</style>
background-color css
<style>
a { background-color: #1AC0C8; }
a { background-color: rgb(26,192,200); }
div.DivClassName
{
background-color: #1AC0C8;
}
.BgClassName
{
background-color: #1AC0C8;
}
</style>
border-color css
<style>
span { border-color: #1AC0C8; }
span { border-color: rgb(26,192,200); }
td.TdClassName
{
border-color: #1AC0C8;
}
.TagClassName
{
border-color: #1AC0C8;
}
</style>