Shades of Iris Blue #0FADC8
Tints of Iris Blue #0FADC8
RGB
CMYK
RGB Variations
Color information
#0FADC8 (or 0x0FADC8) is known color: Iris Blue. HEX triplet: 0F, AD and C8. RGB value is (15,173,200). Sum of RGB (Red+Green+Blue) = 15+173+200=388 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.87% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 200 (78.52% from 255 or 51.55% from 388); Max value from RGB is 200 - color contains mainly: blue. Hex color #0FADC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FADC8 is #F05237. Grayscale: #808080. Windows color (decimal): -15749688 or 13151503. OLE color: 13151503.
HSL color Cylindrical-coordinate representation of color #0FADC8: hue angle of 188.76º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FADC8 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 173 | 200 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.22 |
| HSL | 188.76º | 0.86% | 0.42% | - |
| HSV(B) | 188.76º | 0.93% | 0.78% | - |
| XYZ | 25.57 | 34.16 | 59.89 | - |
| YUV | 128.84 | 168.15 | 46.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 200 | 0.92 | 0.14 | 0 | 0.22 | 188.76 | 0.86 | 0.42 |
| Hex | F | AD | C8 | 5C | E | 0 | 16 | BD | 56 | 2A |
| Octal | 17 | 255 | 310 | 134 | 16 | 0 | 26 | 275 | 126 | 52 |
| Binary | 1111 | 10101101 | 11001000 | 1011100 | 1110 | 0 | 10110 | 10111101 | 1010110 | 101010 |
Color Harmonies of #0FADC8
Complementary color
Monochromatic Colors of #0FADC8
Black with #0FADC8
Text Example
Text Example
White with #0FADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FADC8; }
p { color: rgb(15,173,200); }
H1.HeaderClassName
{
color: #0FADC8;
}
.AnyTagClassName
{
color: #0FADC8;
}
</style>
background-color css
<style>
a { background-color: #0FADC8; }
a { background-color: rgb(15,173,200); }
div.DivClassName
{
background-color: #0FADC8;
}
.BgClassName
{
background-color: #0FADC8;
}
</style>
border-color css
<style>
span { border-color: #0FADC8; }
span { border-color: rgb(15,173,200); }
td.TdClassName
{
border-color: #0FADC8;
}
.TagClassName
{
border-color: #0FADC8;
}
</style>