Shades of Iris Blue #0FAFC1
Tints of Iris Blue #0FAFC1
RGB
CMYK
RGB Variations
Color information
#0FAFC1 (or 0x0FAFC1) is known color: Iris Blue. HEX triplet: 0F, AF and C1. RGB value is (15,175,193). Sum of RGB (Red+Green+Blue) = 15+175+193=383 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.92% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #0FAFC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAFC1 is #F0503E. Grayscale: #808080. Windows color (decimal): -15749183 or 12693263. OLE color: 12693263.
HSL color Cylindrical-coordinate representation of color #0FAFC1: hue angle of 186.07º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FAFC1 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 175 | 193 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.24 |
| HSL | 186.07º | 0.86% | 0.41% | - |
| HSV(B) | 186.07º | 0.92% | 0.76% | - |
| XYZ | 25.15 | 34.61 | 55.81 | - |
| YUV | 129.21 | 163.99 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 193 | 0.92 | 0.09 | 0 | 0.24 | 186.07 | 0.86 | 0.41 |
| Hex | F | AF | C1 | 5C | 9 | 0 | 18 | BA | 56 | 29 |
| Octal | 17 | 257 | 301 | 134 | 11 | 0 | 30 | 272 | 126 | 51 |
| Binary | 1111 | 10101111 | 11000001 | 1011100 | 1001 | 0 | 11000 | 10111010 | 1010110 | 101001 |
Color Harmonies of #0FAFC1
Complementary color
Monochromatic Colors of #0FAFC1
Black with #0FAFC1
Text Example
Text Example
White with #0FAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAFC1; }
p { color: rgb(15,175,193); }
H1.HeaderClassName
{
color: #0FAFC1;
}
.AnyTagClassName
{
color: #0FAFC1;
}
</style>
background-color css
<style>
a { background-color: #0FAFC1; }
a { background-color: rgb(15,175,193); }
div.DivClassName
{
background-color: #0FAFC1;
}
.BgClassName
{
background-color: #0FAFC1;
}
</style>
border-color css
<style>
span { border-color: #0FAFC1; }
span { border-color: rgb(15,175,193); }
td.TdClassName
{
border-color: #0FAFC1;
}
.TagClassName
{
border-color: #0FAFC1;
}
</style>