Shades of Iris Blue #0FADCD
Tints of Iris Blue #0FADCD
RGB
CMYK
RGB Variations
Color information
#0FADCD (or 0x0FADCD) is known color: Iris Blue. HEX triplet: 0F, AD and CD. RGB value is (15,173,205). Sum of RGB (Red+Green+Blue) = 15+173+205=393 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.82% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #0FADCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FADCD is #F05232. Grayscale: #818181. Windows color (decimal): -15749683 or 13479183. OLE color: 13479183.
HSL color Cylindrical-coordinate representation of color #0FADCD: hue angle of 190.11º 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 #0FADCD is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 173 | 205 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.20 |
| HSL | 190.11º | 0.86% | 0.43% | - |
| HSV(B) | 190.11º | 0.93% | 0.8% | - |
| XYZ | 26.16 | 34.4 | 63.02 | - |
| YUV | 129.41 | 170.65 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 205 | 0.93 | 0.16 | 0 | 0.20 | 190.11 | 0.86 | 0.43 |
| Hex | F | AD | CD | 5D | 10 | 0 | 14 | BE | 56 | 2B |
| Octal | 17 | 255 | 315 | 135 | 20 | 0 | 24 | 276 | 126 | 53 |
| Binary | 1111 | 10101101 | 11001101 | 1011101 | 10000 | 0 | 10100 | 10111110 | 1010110 | 101011 |
Color Harmonies of #0FADCD
Complementary color
Monochromatic Colors of #0FADCD
Black with #0FADCD
Text Example
Text Example
White with #0FADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FADCD; }
p { color: rgb(15,173,205); }
H1.HeaderClassName
{
color: #0FADCD;
}
.AnyTagClassName
{
color: #0FADCD;
}
</style>
background-color css
<style>
a { background-color: #0FADCD; }
a { background-color: rgb(15,173,205); }
div.DivClassName
{
background-color: #0FADCD;
}
.BgClassName
{
background-color: #0FADCD;
}
</style>
border-color css
<style>
span { border-color: #0FADCD; }
span { border-color: rgb(15,173,205); }
td.TdClassName
{
border-color: #0FADCD;
}
.TagClassName
{
border-color: #0FADCD;
}
</style>