Shades of Iris Blue #0AADBC
Tints of Iris Blue #0AADBC
RGB
CMYK
RGB Variations
Color information
#0AADBC (or 0x0AADBC) is known color: Iris Blue. HEX triplet: 0A, AD and BC. RGB value is (10,173,188). Sum of RGB (Red+Green+Blue) = 10+173+188=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #0AADBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AADBC is #F55243. Grayscale: #7D7D7D. Windows color (decimal): -16077380 or 12365066. OLE color: 12365066.
HSL color Cylindrical-coordinate representation of color #0AADBC: hue angle of 185.06º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AADBC is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 173 | 188 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.26 |
| HSL | 185.06º | 0.9% | 0.39% | - |
| HSV(B) | 185.06º | 0.95% | 0.74% | - |
| XYZ | 24.15 | 33.58 | 52.79 | - |
| YUV | 125.97 | 163 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 173 | 188 | 0.95 | 0.08 | 0 | 0.26 | 185.06 | 0.9 | 0.39 |
| Hex | A | AD | BC | 5F | 8 | 0 | 1A | B9 | 5A | 27 |
| Octal | 12 | 255 | 274 | 137 | 10 | 0 | 32 | 271 | 132 | 47 |
| Binary | 1010 | 10101101 | 10111100 | 1011111 | 1000 | 0 | 11010 | 10111001 | 1011010 | 100111 |
Color Harmonies of #0AADBC
Complementary color
Monochromatic Colors of #0AADBC
Black with #0AADBC
Text Example
Text Example
White with #0AADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AADBC; }
p { color: rgb(10,173,188); }
H1.HeaderClassName
{
color: #0AADBC;
}
.AnyTagClassName
{
color: #0AADBC;
}
</style>
background-color css
<style>
a { background-color: #0AADBC; }
a { background-color: rgb(10,173,188); }
div.DivClassName
{
background-color: #0AADBC;
}
.BgClassName
{
background-color: #0AADBC;
}
</style>
border-color css
<style>
span { border-color: #0AADBC; }
span { border-color: rgb(10,173,188); }
td.TdClassName
{
border-color: #0AADBC;
}
.TagClassName
{
border-color: #0AADBC;
}
</style>