Shades of Iris Blue #0AB9DF
Tints of Iris Blue #0AB9DF
RGB
CMYK
RGB Variations
Color information
#0AB9DF (or 0x0AB9DF) is known color: Iris Blue. HEX triplet: 0A, B9 and DF. RGB value is (10,185,223). Sum of RGB (Red+Green+Blue) = 10+185+223=418 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.39% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #0AB9DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB9DF is #F54620. Grayscale: #888888. Windows color (decimal): -16074273 or 14661898. OLE color: 14661898.
HSL color Cylindrical-coordinate representation of color #0AB9DF: hue angle of 190.7º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AB9DF is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 185 | 223 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.13 |
| HSL | 190.7º | 0.91% | 0.46% | - |
| HSV(B) | 190.7º | 0.96% | 0.87% | - |
| XYZ | 30.79 | 40.09 | 75.93 | - |
| YUV | 137.01 | 176.52 | 37.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 185 | 223 | 0.96 | 0.17 | 0 | 0.13 | 190.7 | 0.91 | 0.46 |
| Hex | A | B9 | DF | 60 | 11 | 0 | D | BF | 5B | 2E |
| Octal | 12 | 271 | 337 | 140 | 21 | 0 | 15 | 277 | 133 | 56 |
| Binary | 1010 | 10111001 | 11011111 | 1100000 | 10001 | 0 | 1101 | 10111111 | 1011011 | 101110 |
Color Harmonies of #0AB9DF
Complementary color
Monochromatic Colors of #0AB9DF
Black with #0AB9DF
Text Example
Text Example
White with #0AB9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB9DF; }
p { color: rgb(10,185,223); }
H1.HeaderClassName
{
color: #0AB9DF;
}
.AnyTagClassName
{
color: #0AB9DF;
}
</style>
background-color css
<style>
a { background-color: #0AB9DF; }
a { background-color: rgb(10,185,223); }
div.DivClassName
{
background-color: #0AB9DF;
}
.BgClassName
{
background-color: #0AB9DF;
}
</style>
border-color css
<style>
span { border-color: #0AB9DF; }
span { border-color: rgb(10,185,223); }
td.TdClassName
{
border-color: #0AB9DF;
}
.TagClassName
{
border-color: #0AB9DF;
}
</style>