Shades of Iris Blue #0AADCC
Tints of Iris Blue #0AADCC
RGB
CMYK
RGB Variations
Color information
#0AADCC (or 0x0AADCC) is known color: Iris Blue. HEX triplet: 0A, AD and CC. RGB value is (10,173,204). Sum of RGB (Red+Green+Blue) = 10+173+204=387 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #0AADCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AADCC is #F55233. Grayscale: #7F7F7F. Windows color (decimal): -16077364 or 13413642. OLE color: 13413642.
HSL color Cylindrical-coordinate representation of color #0AADCC: hue angle of 189.59º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AADCC is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 10 | 173 | 204 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.2 |
| HSL | 189.59º | 0.91% | 0.42% | - |
| HSV(B) | 189.59º | 0.95% | 0.8% | - |
| XYZ | 25.97 | 34.31 | 62.38 | - |
| YUV | 127.8 | 171 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 173 | 204 | 0.95 | 0.15 | 0 | 0.2 | 189.59 | 0.91 | 0.42 |
| Hex | A | AD | CC | 5F | F | 0 | 14 | BE | 5B | 2A |
| Octal | 12 | 255 | 314 | 137 | 17 | 0 | 24 | 276 | 133 | 52 |
| Binary | 1010 | 10101101 | 11001100 | 1011111 | 1111 | 0 | 10100 | 10111110 | 1011011 | 101010 |
Color Harmonies of #0AADCC
Complementary color
Monochromatic Colors of #0AADCC
Black with #0AADCC
Text Example
Text Example
White with #0AADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AADCC; }
p { color: rgb(10,173,204); }
H1.HeaderClassName
{
color: #0AADCC;
}
.AnyTagClassName
{
color: #0AADCC;
}
</style>
background-color css
<style>
a { background-color: #0AADCC; }
a { background-color: rgb(10,173,204); }
div.DivClassName
{
background-color: #0AADCC;
}
.BgClassName
{
background-color: #0AADCC;
}
</style>
border-color css
<style>
span { border-color: #0AADCC; }
span { border-color: rgb(10,173,204); }
td.TdClassName
{
border-color: #0AADCC;
}
.TagClassName
{
border-color: #0AADCC;
}
</style>