Shades of Iris Blue #0FA9CB
Tints of Iris Blue #0FA9CB
RGB
CMYK
RGB Variations
Color information
#0FA9CB (or 0x0FA9CB) is known color: Iris Blue. HEX triplet: 0F, A9 and CB. RGB value is (15,169,203). Sum of RGB (Red+Green+Blue) = 15+169+203=387 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.88% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #0FA9CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA9CB is #F05634. Grayscale: #7E7E7E. Windows color (decimal): -15750709 or 13347087. OLE color: 13347087.
HSL color Cylindrical-coordinate representation of color #0FA9CB: hue angle of 190.85º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FA9CB is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 169 | 203 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.20 |
| HSL | 190.85º | 0.86% | 0.43% | - |
| HSV(B) | 190.85º | 0.93% | 0.8% | - |
| XYZ | 25.16 | 32.79 | 61.5 | - |
| YUV | 126.83 | 170.98 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 169 | 203 | 0.93 | 0.17 | 0 | 0.20 | 190.85 | 0.86 | 0.43 |
| Hex | F | A9 | CB | 5D | 11 | 0 | 14 | BF | 56 | 2B |
| Octal | 17 | 251 | 313 | 135 | 21 | 0 | 24 | 277 | 126 | 53 |
| Binary | 1111 | 10101001 | 11001011 | 1011101 | 10001 | 0 | 10100 | 10111111 | 1010110 | 101011 |
Color Harmonies of #0FA9CB
Complementary color
Monochromatic Colors of #0FA9CB
Black with #0FA9CB
Text Example
Text Example
White with #0FA9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA9CB; }
p { color: rgb(15,169,203); }
H1.HeaderClassName
{
color: #0FA9CB;
}
.AnyTagClassName
{
color: #0FA9CB;
}
</style>
background-color css
<style>
a { background-color: #0FA9CB; }
a { background-color: rgb(15,169,203); }
div.DivClassName
{
background-color: #0FA9CB;
}
.BgClassName
{
background-color: #0FA9CB;
}
</style>
border-color css
<style>
span { border-color: #0FA9CB; }
span { border-color: rgb(15,169,203); }
td.TdClassName
{
border-color: #0FA9CB;
}
.TagClassName
{
border-color: #0FA9CB;
}
</style>