Shades of Iris Blue #0FADDB
Tints of Iris Blue #0FADDB
RGB
CMYK
RGB Variations
Color information
#0FADDB (or 0x0FADDB) is known color: Iris Blue. HEX triplet: 0F, AD and DB. RGB value is (15,173,219). Sum of RGB (Red+Green+Blue) = 15+173+219=407 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #0FADDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FADDB is #F05224. Grayscale: #828282. Windows color (decimal): -15749669 or 14396687. OLE color: 14396687.
HSL color Cylindrical-coordinate representation of color #0FADDB: hue angle of 193.53º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FADDB is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 173 | 219 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.14 |
| HSL | 193.53º | 0.87% | 0.46% | - |
| HSV(B) | 193.53º | 0.93% | 0.86% | - |
| XYZ | 27.93 | 35.1 | 72.32 | - |
| YUV | 131 | 177.65 | 45.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 219 | 0.93 | 0.21 | 0 | 0.14 | 193.53 | 0.87 | 0.46 |
| Hex | F | AD | DB | 5D | 15 | 0 | E | C2 | 57 | 2E |
| Octal | 17 | 255 | 333 | 135 | 25 | 0 | 16 | 302 | 127 | 56 |
| Binary | 1111 | 10101101 | 11011011 | 1011101 | 10101 | 0 | 1110 | 11000010 | 1010111 | 101110 |
Color Harmonies of #0FADDB
Complementary color
Monochromatic Colors of #0FADDB
Black with #0FADDB
Text Example
Text Example
White with #0FADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FADDB; }
p { color: rgb(15,173,219); }
H1.HeaderClassName
{
color: #0FADDB;
}
.AnyTagClassName
{
color: #0FADDB;
}
</style>
background-color css
<style>
a { background-color: #0FADDB; }
a { background-color: rgb(15,173,219); }
div.DivClassName
{
background-color: #0FADDB;
}
.BgClassName
{
background-color: #0FADDB;
}
</style>
border-color css
<style>
span { border-color: #0FADDB; }
span { border-color: rgb(15,173,219); }
td.TdClassName
{
border-color: #0FADDB;
}
.TagClassName
{
border-color: #0FADDB;
}
</style>