Shades of Iris Blue #0AAFCD
Tints of Iris Blue #0AAFCD
RGB
CMYK
RGB Variations
Color information
#0AAFCD (or 0x0AAFCD) is known color: Iris Blue. HEX triplet: 0A, AF and CD. RGB value is (10,175,205). Sum of RGB (Red+Green+Blue) = 10+175+205=390 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #0AAFCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAFCD is #F55032. Grayscale: #808080. Windows color (decimal): -16076851 or 13479690. OLE color: 13479690.
HSL color Cylindrical-coordinate representation of color #0AAFCD: hue angle of 189.23º 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 #0AAFCD is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 175 | 205 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.20 |
| HSL | 189.23º | 0.91% | 0.42% | - |
| HSV(B) | 189.23º | 0.95% | 0.8% | - |
| XYZ | 26.47 | 35.13 | 63.14 | - |
| YUV | 129.09 | 170.84 | 43.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 175 | 205 | 0.95 | 0.15 | 0 | 0.20 | 189.23 | 0.91 | 0.42 |
| Hex | A | AF | CD | 5F | F | 0 | 14 | BD | 5B | 2A |
| Octal | 12 | 257 | 315 | 137 | 17 | 0 | 24 | 275 | 133 | 52 |
| Binary | 1010 | 10101111 | 11001101 | 1011111 | 1111 | 0 | 10100 | 10111101 | 1011011 | 101010 |
Color Harmonies of #0AAFCD
Complementary color
Monochromatic Colors of #0AAFCD
Black with #0AAFCD
Text Example
Text Example
White with #0AAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAFCD; }
p { color: rgb(10,175,205); }
H1.HeaderClassName
{
color: #0AAFCD;
}
.AnyTagClassName
{
color: #0AAFCD;
}
</style>
background-color css
<style>
a { background-color: #0AAFCD; }
a { background-color: rgb(10,175,205); }
div.DivClassName
{
background-color: #0AAFCD;
}
.BgClassName
{
background-color: #0AAFCD;
}
</style>
border-color css
<style>
span { border-color: #0AAFCD; }
span { border-color: rgb(10,175,205); }
td.TdClassName
{
border-color: #0AAFCD;
}
.TagClassName
{
border-color: #0AAFCD;
}
</style>