Shades of Iris Blue #10ACCF
Tints of Iris Blue #10ACCF
RGB
CMYK
RGB Variations
Color information
#10ACCF (or 0x10ACCF) is known color: Iris Blue. HEX triplet: 10, AC and CF. RGB value is (16,172,207). Sum of RGB (Red+Green+Blue) = 16+172+207=395 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.05% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #10ACCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ACCF is #EF5330. Grayscale: #818181. Windows color (decimal): -15684401 or 13610000. OLE color: 13610000.
HSL color Cylindrical-coordinate representation of color #10ACCF: hue angle of 190.99º 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 #10ACCF is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 172 | 207 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.19 |
| HSL | 190.99º | 0.86% | 0.44% | - |
| HSV(B) | 190.99º | 0.92% | 0.81% | - |
| XYZ | 26.23 | 34.12 | 64.23 | - |
| YUV | 129.35 | 171.82 | 47.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 172 | 207 | 0.92 | 0.17 | 0 | 0.19 | 190.99 | 0.86 | 0.44 |
| Hex | 10 | AC | CF | 5C | 11 | 0 | 13 | BF | 56 | 2C |
| Octal | 20 | 254 | 317 | 134 | 21 | 0 | 23 | 277 | 126 | 54 |
| Binary | 10000 | 10101100 | 11001111 | 1011100 | 10001 | 0 | 10011 | 10111111 | 1010110 | 101100 |
Color Harmonies of #10ACCF
Complementary color
Monochromatic Colors of #10ACCF
Black with #10ACCF
Text Example
Text Example
White with #10ACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ACCF; }
p { color: rgb(16,172,207); }
H1.HeaderClassName
{
color: #10ACCF;
}
.AnyTagClassName
{
color: #10ACCF;
}
</style>
background-color css
<style>
a { background-color: #10ACCF; }
a { background-color: rgb(16,172,207); }
div.DivClassName
{
background-color: #10ACCF;
}
.BgClassName
{
background-color: #10ACCF;
}
</style>
border-color css
<style>
span { border-color: #10ACCF; }
span { border-color: rgb(16,172,207); }
td.TdClassName
{
border-color: #10ACCF;
}
.TagClassName
{
border-color: #10ACCF;
}
</style>