Shades of Iris Blue #0AADCB
Tints of Iris Blue #0AADCB
RGB
CMYK
RGB Variations
Color information
#0AADCB (or 0x0AADCB) is known color: Iris Blue. HEX triplet: 0A, AD and CB. RGB value is (10,173,203). Sum of RGB (Red+Green+Blue) = 10+173+203=386 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.59% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #0AADCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AADCB is #F55234. Grayscale: #7F7F7F. Windows color (decimal): -16077365 or 13348106. OLE color: 13348106.
HSL color Cylindrical-coordinate representation of color #0AADCB: hue angle of 189.33º 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 #0AADCB is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 173 | 203 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.20 |
| HSL | 189.33º | 0.91% | 0.42% | - |
| HSV(B) | 189.33º | 0.95% | 0.8% | - |
| XYZ | 25.85 | 34.26 | 61.75 | - |
| YUV | 127.68 | 170.5 | 44.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 173 | 203 | 0.95 | 0.15 | 0 | 0.20 | 189.33 | 0.91 | 0.42 |
| Hex | A | AD | CB | 5F | F | 0 | 14 | BD | 5B | 2A |
| Octal | 12 | 255 | 313 | 137 | 17 | 0 | 24 | 275 | 133 | 52 |
| Binary | 1010 | 10101101 | 11001011 | 1011111 | 1111 | 0 | 10100 | 10111101 | 1011011 | 101010 |
Color Harmonies of #0AADCB
Complementary color
Monochromatic Colors of #0AADCB
Black with #0AADCB
Text Example
Text Example
White with #0AADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AADCB; }
p { color: rgb(10,173,203); }
H1.HeaderClassName
{
color: #0AADCB;
}
.AnyTagClassName
{
color: #0AADCB;
}
</style>
background-color css
<style>
a { background-color: #0AADCB; }
a { background-color: rgb(10,173,203); }
div.DivClassName
{
background-color: #0AADCB;
}
.BgClassName
{
background-color: #0AADCB;
}
</style>
border-color css
<style>
span { border-color: #0AADCB; }
span { border-color: rgb(10,173,203); }
td.TdClassName
{
border-color: #0AADCB;
}
.TagClassName
{
border-color: #0AADCB;
}
</style>