Shades of Iris Blue #0AACCE
Tints of Iris Blue #0AACCE
RGB
CMYK
RGB Variations
Color information
#0AACCE (or 0x0AACCE) is known color: Iris Blue. HEX triplet: 0A, AC and CE. RGB value is (10,172,206). Sum of RGB (Red+Green+Blue) = 10+172+206=388 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #0AACCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AACCE is #F55331. Grayscale: #7F7F7F. Windows color (decimal): -16077618 or 13544458. OLE color: 13544458.
HSL color Cylindrical-coordinate representation of color #0AACCE: hue angle of 190.41º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AACCE is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 172 | 206 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.19 |
| HSL | 190.41º | 0.91% | 0.42% | - |
| HSV(B) | 190.41º | 0.95% | 0.81% | - |
| XYZ | 26.02 | 34.03 | 63.59 | - |
| YUV | 127.44 | 172.33 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 206 | 0.95 | 0.17 | 0 | 0.19 | 190.41 | 0.91 | 0.42 |
| Hex | A | AC | CE | 5F | 11 | 0 | 13 | BE | 5B | 2A |
| Octal | 12 | 254 | 316 | 137 | 21 | 0 | 23 | 276 | 133 | 52 |
| Binary | 1010 | 10101100 | 11001110 | 1011111 | 10001 | 0 | 10011 | 10111110 | 1011011 | 101010 |
Color Harmonies of #0AACCE
Complementary color
Monochromatic Colors of #0AACCE
Black with #0AACCE
Text Example
Text Example
White with #0AACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AACCE; }
p { color: rgb(10,172,206); }
H1.HeaderClassName
{
color: #0AACCE;
}
.AnyTagClassName
{
color: #0AACCE;
}
</style>
background-color css
<style>
a { background-color: #0AACCE; }
a { background-color: rgb(10,172,206); }
div.DivClassName
{
background-color: #0AACCE;
}
.BgClassName
{
background-color: #0AACCE;
}
</style>
border-color css
<style>
span { border-color: #0AACCE; }
span { border-color: rgb(10,172,206); }
td.TdClassName
{
border-color: #0AACCE;
}
.TagClassName
{
border-color: #0AACCE;
}
</style>