Shades of Iris Blue #0FB4DB
Tints of Iris Blue #0FB4DB
RGB
CMYK
RGB Variations
Color information
#0FB4DB (or 0x0FB4DB) is known color: Iris Blue. HEX triplet: 0F, B4 and DB. RGB value is (15,180,219). Sum of RGB (Red+Green+Blue) = 15+180+219=414 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.62% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #0FB4DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB4DB is #F04B24. Grayscale: #868686. Windows color (decimal): -15747877 or 14398479. OLE color: 14398479.
HSL color Cylindrical-coordinate representation of color #0FB4DB: hue angle of 191.47º 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 #0FB4DB is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 180 | 219 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.14 |
| HSL | 191.47º | 0.87% | 0.46% | - |
| HSV(B) | 191.47º | 0.93% | 0.86% | - |
| XYZ | 29.3 | 37.86 | 72.78 | - |
| YUV | 135.11 | 175.34 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 219 | 0.93 | 0.18 | 0 | 0.14 | 191.47 | 0.87 | 0.46 |
| Hex | F | B4 | DB | 5D | 12 | 0 | E | BF | 57 | 2E |
| Octal | 17 | 264 | 333 | 135 | 22 | 0 | 16 | 277 | 127 | 56 |
| Binary | 1111 | 10110100 | 11011011 | 1011101 | 10010 | 0 | 1110 | 10111111 | 1010111 | 101110 |
Color Harmonies of #0FB4DB
Complementary color
Monochromatic Colors of #0FB4DB
Black with #0FB4DB
Text Example
Text Example
White with #0FB4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB4DB; }
p { color: rgb(15,180,219); }
H1.HeaderClassName
{
color: #0FB4DB;
}
.AnyTagClassName
{
color: #0FB4DB;
}
</style>
background-color css
<style>
a { background-color: #0FB4DB; }
a { background-color: rgb(15,180,219); }
div.DivClassName
{
background-color: #0FB4DB;
}
.BgClassName
{
background-color: #0FB4DB;
}
</style>
border-color css
<style>
span { border-color: #0FB4DB; }
span { border-color: rgb(15,180,219); }
td.TdClassName
{
border-color: #0FB4DB;
}
.TagClassName
{
border-color: #0FB4DB;
}
</style>