Shades of Iris Blue #0AA8CA
Tints of Iris Blue #0AA8CA
RGB
CMYK
RGB Variations
Color information
#0AA8CA (or 0x0AA8CA) is known color: Iris Blue. HEX triplet: 0A, A8 and CA. RGB value is (10,168,202). Sum of RGB (Red+Green+Blue) = 10+168+202=380 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.63% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #0AA8CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA8CA is #F55735. Grayscale: #7C7C7C. Windows color (decimal): -16078646 or 13281290. OLE color: 13281290.
HSL color Cylindrical-coordinate representation of color #0AA8CA: hue angle of 190.62º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AA8CA is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 168 | 202 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.21 |
| HSL | 190.63º | 0.91% | 0.42% | - |
| HSV(B) | 190.63º | 0.95% | 0.79% | - |
| XYZ | 24.79 | 32.33 | 60.81 | - |
| YUV | 124.63 | 171.65 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 168 | 202 | 0.95 | 0.17 | 0 | 0.21 | 190.63 | 0.91 | 0.42 |
| Hex | A | A8 | CA | 5F | 11 | 0 | 15 | BF | 5B | 2A |
| Octal | 12 | 250 | 312 | 137 | 21 | 0 | 25 | 277 | 133 | 52 |
| Binary | 1010 | 10101000 | 11001010 | 1011111 | 10001 | 0 | 10101 | 10111111 | 1011011 | 101010 |
Color Harmonies of #0AA8CA
Complementary color
Monochromatic Colors of #0AA8CA
Black with #0AA8CA
Text Example
Text Example
White with #0AA8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA8CA; }
p { color: rgb(10,168,202); }
H1.HeaderClassName
{
color: #0AA8CA;
}
.AnyTagClassName
{
color: #0AA8CA;
}
</style>
background-color css
<style>
a { background-color: #0AA8CA; }
a { background-color: rgb(10,168,202); }
div.DivClassName
{
background-color: #0AA8CA;
}
.BgClassName
{
background-color: #0AA8CA;
}
</style>
border-color css
<style>
span { border-color: #0AA8CA; }
span { border-color: rgb(10,168,202); }
td.TdClassName
{
border-color: #0AA8CA;
}
.TagClassName
{
border-color: #0AA8CA;
}
</style>