Shades of Iris Blue #10ABCF
Tints of Iris Blue #10ABCF
RGB
CMYK
RGB Variations
Color information
#10ABCF (or 0x10ABCF) is known color: Iris Blue. HEX triplet: 10, AB and CF. RGB value is (16,171,207). Sum of RGB (Red+Green+Blue) = 16+171+207=394 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.06% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #10ABCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ABCF is #EF5430. Grayscale: #808080. Windows color (decimal): -15684657 or 13609744. OLE color: 13609744.
HSL color Cylindrical-coordinate representation of color #10ABCF: hue angle of 191.31º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10ABCF is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 171 | 207 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.19 |
| HSL | 191.31º | 0.86% | 0.44% | - |
| HSV(B) | 191.31º | 0.92% | 0.81% | - |
| XYZ | 26.04 | 33.74 | 64.17 | - |
| YUV | 128.76 | 172.15 | 47.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 207 | 0.92 | 0.17 | 0 | 0.19 | 191.31 | 0.86 | 0.44 |
| Hex | 10 | AB | CF | 5C | 11 | 0 | 13 | BF | 56 | 2C |
| Octal | 20 | 253 | 317 | 134 | 21 | 0 | 23 | 277 | 126 | 54 |
| Binary | 10000 | 10101011 | 11001111 | 1011100 | 10001 | 0 | 10011 | 10111111 | 1010110 | 101100 |
Color Harmonies of #10ABCF
Complementary color
Monochromatic Colors of #10ABCF
Black with #10ABCF
Text Example
Text Example
White with #10ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ABCF; }
p { color: rgb(16,171,207); }
H1.HeaderClassName
{
color: #10ABCF;
}
.AnyTagClassName
{
color: #10ABCF;
}
</style>
background-color css
<style>
a { background-color: #10ABCF; }
a { background-color: rgb(16,171,207); }
div.DivClassName
{
background-color: #10ABCF;
}
.BgClassName
{
background-color: #10ABCF;
}
</style>
border-color css
<style>
span { border-color: #10ABCF; }
span { border-color: rgb(16,171,207); }
td.TdClassName
{
border-color: #10ABCF;
}
.TagClassName
{
border-color: #10ABCF;
}
</style>