Shades of Iris Blue #0AAFCB
Tints of Iris Blue #0AAFCB
RGB
CMYK
RGB Variations
Color information
#0AAFCB (or 0x0AAFCB) is known color: Iris Blue. HEX triplet: 0A, AF and CB. RGB value is (10,175,203). Sum of RGB (Red+Green+Blue) = 10+175+203=388 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #0AAFCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAFCB is #F55034. Grayscale: #808080. Windows color (decimal): -16076853 or 13348618. OLE color: 13348618.
HSL color Cylindrical-coordinate representation of color #0AAFCB: hue angle of 188.7º 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 #0AAFCB is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 175 | 203 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.20 |
| HSL | 188.7º | 0.91% | 0.42% | - |
| HSV(B) | 188.7º | 0.95% | 0.8% | - |
| XYZ | 26.23 | 35.04 | 61.88 | - |
| YUV | 128.86 | 169.84 | 43.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 175 | 203 | 0.95 | 0.14 | 0 | 0.20 | 188.7 | 0.91 | 0.42 |
| Hex | A | AF | CB | 5F | E | 0 | 14 | BD | 5B | 2A |
| Octal | 12 | 257 | 313 | 137 | 16 | 0 | 24 | 275 | 133 | 52 |
| Binary | 1010 | 10101111 | 11001011 | 1011111 | 1110 | 0 | 10100 | 10111101 | 1011011 | 101010 |
Color Harmonies of #0AAFCB
Complementary color
Monochromatic Colors of #0AAFCB
Black with #0AAFCB
Text Example
Text Example
White with #0AAFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAFCB; }
p { color: rgb(10,175,203); }
H1.HeaderClassName
{
color: #0AAFCB;
}
.AnyTagClassName
{
color: #0AAFCB;
}
</style>
background-color css
<style>
a { background-color: #0AAFCB; }
a { background-color: rgb(10,175,203); }
div.DivClassName
{
background-color: #0AAFCB;
}
.BgClassName
{
background-color: #0AAFCB;
}
</style>
border-color css
<style>
span { border-color: #0AAFCB; }
span { border-color: rgb(10,175,203); }
td.TdClassName
{
border-color: #0AAFCB;
}
.TagClassName
{
border-color: #0AAFCB;
}
</style>