Shades of Iris Blue #0AAFD5
Tints of Iris Blue #0AAFD5
RGB
CMYK
RGB Variations
Color information
#0AAFD5 (or 0x0AAFD5) is known color: Iris Blue. HEX triplet: 0A, AF and D5. RGB value is (10,175,213). Sum of RGB (Red+Green+Blue) = 10+175+213=398 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.51% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 213 (83.59% from 255 or 53.52% from 398); Max value from RGB is 213 - color contains mainly: blue. Hex color #0AAFD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAFD5 is #F5502A. Grayscale: #818181. Windows color (decimal): -16076843 or 14003978. OLE color: 14003978.
HSL color Cylindrical-coordinate representation of color #0AAFD5: hue angle of 191.23º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AAFD5 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 175 | 213 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.16 |
| HSL | 191.23º | 0.91% | 0.44% | - |
| HSV(B) | 191.23º | 0.95% | 0.84% | - |
| XYZ | 27.47 | 35.53 | 68.36 | - |
| YUV | 130 | 174.84 | 42.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 175 | 213 | 0.95 | 0.18 | 0 | 0.16 | 191.23 | 0.91 | 0.44 |
| Hex | A | AF | D5 | 5F | 12 | 0 | 10 | BF | 5B | 2C |
| Octal | 12 | 257 | 325 | 137 | 22 | 0 | 20 | 277 | 133 | 54 |
| Binary | 1010 | 10101111 | 11010101 | 1011111 | 10010 | 0 | 10000 | 10111111 | 1011011 | 101100 |
Color Harmonies of #0AAFD5
Complementary color
Monochromatic Colors of #0AAFD5
Black with #0AAFD5
Text Example
Text Example
White with #0AAFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAFD5; }
p { color: rgb(10,175,213); }
H1.HeaderClassName
{
color: #0AAFD5;
}
.AnyTagClassName
{
color: #0AAFD5;
}
</style>
background-color css
<style>
a { background-color: #0AAFD5; }
a { background-color: rgb(10,175,213); }
div.DivClassName
{
background-color: #0AAFD5;
}
.BgClassName
{
background-color: #0AAFD5;
}
</style>
border-color css
<style>
span { border-color: #0AAFD5; }
span { border-color: rgb(10,175,213); }
td.TdClassName
{
border-color: #0AAFD5;
}
.TagClassName
{
border-color: #0AAFD5;
}
</style>