Shades of Iris Blue #10ABCC
Tints of Iris Blue #10ABCC
RGB
CMYK
RGB Variations
Color information
#10ABCC (or 0x10ABCC) is known color: Iris Blue. HEX triplet: 10, AB and CC. RGB value is (16,171,204). Sum of RGB (Red+Green+Blue) = 16+171+204=391 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.09% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #10ABCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ABCC is #EF5433. Grayscale: #808080. Windows color (decimal): -15684660 or 13413136. OLE color: 13413136.
HSL color Cylindrical-coordinate representation of color #10ABCC: hue angle of 190.53º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10ABCC is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 171 | 204 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.2 |
| HSL | 190.53º | 0.85% | 0.43% | - |
| HSV(B) | 190.53º | 0.92% | 0.8% | - |
| XYZ | 25.68 | 33.6 | 62.26 | - |
| YUV | 128.42 | 170.65 | 47.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 204 | 0.92 | 0.16 | 0 | 0.2 | 190.53 | 0.85 | 0.43 |
| Hex | 10 | AB | CC | 5C | 10 | 0 | 14 | BF | 55 | 2B |
| Octal | 20 | 253 | 314 | 134 | 20 | 0 | 24 | 277 | 125 | 53 |
| Binary | 10000 | 10101011 | 11001100 | 1011100 | 10000 | 0 | 10100 | 10111111 | 1010101 | 101011 |
Color Harmonies of #10ABCC
Complementary color
Monochromatic Colors of #10ABCC
Black with #10ABCC
Text Example
Text Example
White with #10ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ABCC; }
p { color: rgb(16,171,204); }
H1.HeaderClassName
{
color: #10ABCC;
}
.AnyTagClassName
{
color: #10ABCC;
}
</style>
background-color css
<style>
a { background-color: #10ABCC; }
a { background-color: rgb(16,171,204); }
div.DivClassName
{
background-color: #10ABCC;
}
.BgClassName
{
background-color: #10ABCC;
}
</style>
border-color css
<style>
span { border-color: #10ABCC; }
span { border-color: rgb(16,171,204); }
td.TdClassName
{
border-color: #10ABCC;
}
.TagClassName
{
border-color: #10ABCC;
}
</style>