Shades of Iris Blue #0FB7DC
Tints of Iris Blue #0FB7DC
RGB
CMYK
RGB Variations
Color information
#0FB7DC (or 0x0FB7DC) is known color: Iris Blue. HEX triplet: 0F, B7 and DC. RGB value is (15,183,220). Sum of RGB (Red+Green+Blue) = 15+183+220=418 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.59% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FB7DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB7DC is #F04823. Grayscale: #888888. Windows color (decimal): -15747108 or 14464783. OLE color: 14464783.
HSL color Cylindrical-coordinate representation of color #0FB7DC: hue angle of 190.83º 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 #0FB7DC is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 183 | 220 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.14 |
| HSL | 190.83º | 0.87% | 0.46% | - |
| HSV(B) | 190.83º | 0.93% | 0.86% | - |
| XYZ | 30.05 | 39.14 | 73.68 | - |
| YUV | 136.99 | 174.84 | 40.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 183 | 220 | 0.93 | 0.17 | 0 | 0.14 | 190.83 | 0.87 | 0.46 |
| Hex | F | B7 | DC | 5D | 11 | 0 | E | BF | 57 | 2E |
| Octal | 17 | 267 | 334 | 135 | 21 | 0 | 16 | 277 | 127 | 56 |
| Binary | 1111 | 10110111 | 11011100 | 1011101 | 10001 | 0 | 1110 | 10111111 | 1010111 | 101110 |
Color Harmonies of #0FB7DC
Complementary color
Monochromatic Colors of #0FB7DC
Black with #0FB7DC
Text Example
Text Example
White with #0FB7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB7DC; }
p { color: rgb(15,183,220); }
H1.HeaderClassName
{
color: #0FB7DC;
}
.AnyTagClassName
{
color: #0FB7DC;
}
</style>
background-color css
<style>
a { background-color: #0FB7DC; }
a { background-color: rgb(15,183,220); }
div.DivClassName
{
background-color: #0FB7DC;
}
.BgClassName
{
background-color: #0FB7DC;
}
</style>
border-color css
<style>
span { border-color: #0FB7DC; }
span { border-color: rgb(15,183,220); }
td.TdClassName
{
border-color: #0FB7DC;
}
.TagClassName
{
border-color: #0FB7DC;
}
</style>