Shades of Iris Blue #0AAACF
Tints of Iris Blue #0AAACF
RGB
CMYK
RGB Variations
Color information
#0AAACF (or 0x0AAACF) is known color: Iris Blue. HEX triplet: 0A, AA and CF. RGB value is (10,170,207). Sum of RGB (Red+Green+Blue) = 10+170+207=387 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #0AAACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAACF is #F55530. Grayscale: #7E7E7E. Windows color (decimal): -16078129 or 13609482. OLE color: 13609482.
HSL color Cylindrical-coordinate representation of color #0AAACF: hue angle of 191.27º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AAACF is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 170 | 207 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.19 |
| HSL | 191.27º | 0.91% | 0.43% | - |
| HSV(B) | 191.27º | 0.95% | 0.81% | - |
| XYZ | 25.76 | 33.32 | 64.1 | - |
| YUV | 126.38 | 173.49 | 44.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 207 | 0.95 | 0.18 | 0 | 0.19 | 191.27 | 0.91 | 0.43 |
| Hex | A | AA | CF | 5F | 12 | 0 | 13 | BF | 5B | 2B |
| Octal | 12 | 252 | 317 | 137 | 22 | 0 | 23 | 277 | 133 | 53 |
| Binary | 1010 | 10101010 | 11001111 | 1011111 | 10010 | 0 | 10011 | 10111111 | 1011011 | 101011 |
Color Harmonies of #0AAACF
Complementary color
Monochromatic Colors of #0AAACF
Black with #0AAACF
Text Example
Text Example
White with #0AAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAACF; }
p { color: rgb(10,170,207); }
H1.HeaderClassName
{
color: #0AAACF;
}
.AnyTagClassName
{
color: #0AAACF;
}
</style>
background-color css
<style>
a { background-color: #0AAACF; }
a { background-color: rgb(10,170,207); }
div.DivClassName
{
background-color: #0AAACF;
}
.BgClassName
{
background-color: #0AAACF;
}
</style>
border-color css
<style>
span { border-color: #0AAACF; }
span { border-color: rgb(10,170,207); }
td.TdClassName
{
border-color: #0AAACF;
}
.TagClassName
{
border-color: #0AAACF;
}
</style>