Shades of Iris Blue #0FAFD2
Tints of Iris Blue #0FAFD2
RGB
CMYK
RGB Variations
Color information
#0FAFD2 (or 0x0FAFD2) is known color: Iris Blue. HEX triplet: 0F, AF and D2. RGB value is (15,175,210). Sum of RGB (Red+Green+Blue) = 15+175+210=400 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.75% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 210 (82.42% from 255 or 52.5% from 400); Max value from RGB is 210 - color contains mainly: blue. Hex color #0FAFD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAFD2 is #F0502D. Grayscale: #828282. Windows color (decimal): -15749166 or 13807375. OLE color: 13807375.
HSL color Cylindrical-coordinate representation of color #0FAFD2: hue angle of 190.77º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FAFD2 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 175 | 210 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.18 |
| HSL | 190.77º | 0.87% | 0.44% | - |
| HSV(B) | 190.77º | 0.93% | 0.82% | - |
| XYZ | 27.16 | 35.41 | 66.38 | - |
| YUV | 131.15 | 172.49 | 45.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 210 | 0.93 | 0.17 | 0 | 0.18 | 190.77 | 0.87 | 0.44 |
| Hex | F | AF | D2 | 5D | 11 | 0 | 12 | BF | 57 | 2C |
| Octal | 17 | 257 | 322 | 135 | 21 | 0 | 22 | 277 | 127 | 54 |
| Binary | 1111 | 10101111 | 11010010 | 1011101 | 10001 | 0 | 10010 | 10111111 | 1010111 | 101100 |
Color Harmonies of #0FAFD2
Complementary color
Monochromatic Colors of #0FAFD2
Black with #0FAFD2
Text Example
Text Example
White with #0FAFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAFD2; }
p { color: rgb(15,175,210); }
H1.HeaderClassName
{
color: #0FAFD2;
}
.AnyTagClassName
{
color: #0FAFD2;
}
</style>
background-color css
<style>
a { background-color: #0FAFD2; }
a { background-color: rgb(15,175,210); }
div.DivClassName
{
background-color: #0FAFD2;
}
.BgClassName
{
background-color: #0FAFD2;
}
</style>
border-color css
<style>
span { border-color: #0FAFD2; }
span { border-color: rgb(15,175,210); }
td.TdClassName
{
border-color: #0FAFD2;
}
.TagClassName
{
border-color: #0FAFD2;
}
</style>