Shades of Iris Blue #0FADCF
Tints of Iris Blue #0FADCF
RGB
CMYK
RGB Variations
Color information
#0FADCF (or 0x0FADCF) is known color: Iris Blue. HEX triplet: 0F, AD and CF. RGB value is (15,173,207). Sum of RGB (Red+Green+Blue) = 15+173+207=395 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.80% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #0FADCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FADCF is #F05230. Grayscale: #818181. Windows color (decimal): -15749681 or 13610255. OLE color: 13610255.
HSL color Cylindrical-coordinate representation of color #0FADCF: hue angle of 190.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FADCF is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 173 | 207 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.19 |
| HSL | 190.63º | 0.86% | 0.44% | - |
| HSV(B) | 190.63º | 0.93% | 0.81% | - |
| XYZ | 26.4 | 34.49 | 64.3 | - |
| YUV | 129.63 | 171.65 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 207 | 0.93 | 0.16 | 0 | 0.19 | 190.63 | 0.86 | 0.44 |
| Hex | F | AD | CF | 5D | 10 | 0 | 13 | BF | 56 | 2C |
| Octal | 17 | 255 | 317 | 135 | 20 | 0 | 23 | 277 | 126 | 54 |
| Binary | 1111 | 10101101 | 11001111 | 1011101 | 10000 | 0 | 10011 | 10111111 | 1010110 | 101100 |
Color Harmonies of #0FADCF
Complementary color
Monochromatic Colors of #0FADCF
Black with #0FADCF
Text Example
Text Example
White with #0FADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FADCF; }
p { color: rgb(15,173,207); }
H1.HeaderClassName
{
color: #0FADCF;
}
.AnyTagClassName
{
color: #0FADCF;
}
</style>
background-color css
<style>
a { background-color: #0FADCF; }
a { background-color: rgb(15,173,207); }
div.DivClassName
{
background-color: #0FADCF;
}
.BgClassName
{
background-color: #0FADCF;
}
</style>
border-color css
<style>
span { border-color: #0FADCF; }
span { border-color: rgb(15,173,207); }
td.TdClassName
{
border-color: #0FADCF;
}
.TagClassName
{
border-color: #0FADCF;
}
</style>