Shades of Iris Blue #0AB7DF
Tints of Iris Blue #0AB7DF
RGB
CMYK
RGB Variations
Color information
#0AB7DF (or 0x0AB7DF) is known color: Iris Blue. HEX triplet: 0A, B7 and DF. RGB value is (10,183,223). Sum of RGB (Red+Green+Blue) = 10+183+223=416 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #0AB7DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB7DF is #F54820. Grayscale: #878787. Windows color (decimal): -16074785 or 14661386. OLE color: 14661386.
HSL color Cylindrical-coordinate representation of color #0AB7DF: hue angle of 191.27º 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 #0AB7DF is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 183 | 223 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.13 |
| HSL | 191.27º | 0.91% | 0.46% | - |
| HSV(B) | 191.27º | 0.96% | 0.87% | - |
| XYZ | 30.38 | 39.26 | 75.79 | - |
| YUV | 135.83 | 177.19 | 38.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 183 | 223 | 0.96 | 0.18 | 0 | 0.13 | 191.27 | 0.91 | 0.46 |
| Hex | A | B7 | DF | 60 | 12 | 0 | D | BF | 5B | 2E |
| Octal | 12 | 267 | 337 | 140 | 22 | 0 | 15 | 277 | 133 | 56 |
| Binary | 1010 | 10110111 | 11011111 | 1100000 | 10010 | 0 | 1101 | 10111111 | 1011011 | 101110 |
Color Harmonies of #0AB7DF
Complementary color
Monochromatic Colors of #0AB7DF
Black with #0AB7DF
Text Example
Text Example
White with #0AB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB7DF; }
p { color: rgb(10,183,223); }
H1.HeaderClassName
{
color: #0AB7DF;
}
.AnyTagClassName
{
color: #0AB7DF;
}
</style>
background-color css
<style>
a { background-color: #0AB7DF; }
a { background-color: rgb(10,183,223); }
div.DivClassName
{
background-color: #0AB7DF;
}
.BgClassName
{
background-color: #0AB7DF;
}
</style>
border-color css
<style>
span { border-color: #0AB7DF; }
span { border-color: rgb(10,183,223); }
td.TdClassName
{
border-color: #0AB7DF;
}
.TagClassName
{
border-color: #0AB7DF;
}
</style>