Shades of Iris Blue #0FB7DB
Tints of Iris Blue #0FB7DB
RGB
CMYK
RGB Variations
Color information
#0FB7DB (or 0x0FB7DB) is known color: Iris Blue. HEX triplet: 0F, B7 and DB. RGB value is (15,183,219). Sum of RGB (Red+Green+Blue) = 15+183+219=417 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.60% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #0FB7DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB7DB is #F04824. Grayscale: #888888. Windows color (decimal): -15747109 or 14399247. OLE color: 14399247.
HSL color Cylindrical-coordinate representation of color #0FB7DB: hue angle of 190.59º 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 #0FB7DB is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 183 | 219 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.14 |
| HSL | 190.59º | 0.87% | 0.46% | - |
| HSV(B) | 190.59º | 0.93% | 0.86% | - |
| XYZ | 29.92 | 39.08 | 72.98 | - |
| YUV | 136.87 | 174.34 | 41.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 183 | 219 | 0.93 | 0.16 | 0 | 0.14 | 190.59 | 0.87 | 0.46 |
| Hex | F | B7 | DB | 5D | 10 | 0 | E | BF | 57 | 2E |
| Octal | 17 | 267 | 333 | 135 | 20 | 0 | 16 | 277 | 127 | 56 |
| Binary | 1111 | 10110111 | 11011011 | 1011101 | 10000 | 0 | 1110 | 10111111 | 1010111 | 101110 |
Color Harmonies of #0FB7DB
Complementary color
Monochromatic Colors of #0FB7DB
Black with #0FB7DB
Text Example
Text Example
White with #0FB7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB7DB; }
p { color: rgb(15,183,219); }
H1.HeaderClassName
{
color: #0FB7DB;
}
.AnyTagClassName
{
color: #0FB7DB;
}
</style>
background-color css
<style>
a { background-color: #0FB7DB; }
a { background-color: rgb(15,183,219); }
div.DivClassName
{
background-color: #0FB7DB;
}
.BgClassName
{
background-color: #0FB7DB;
}
</style>
border-color css
<style>
span { border-color: #0FB7DB; }
span { border-color: rgb(15,183,219); }
td.TdClassName
{
border-color: #0FB7DB;
}
.TagClassName
{
border-color: #0FB7DB;
}
</style>