Shades of Iris Blue #0FBFDC
Tints of Iris Blue #0FBFDC
RGB
CMYK
RGB Variations
Color information
#0FBFDC (or 0x0FBFDC) is known color: Iris Blue. HEX triplet: 0F, BF and DC. RGB value is (15,191,220). Sum of RGB (Red+Green+Blue) = 15+191+220=426 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.52% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FBFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBFDC is #F04023. Grayscale: #8D8D8D. Windows color (decimal): -15745060 or 14466831. OLE color: 14466831.
HSL color Cylindrical-coordinate representation of color #0FBFDC: hue angle of 188.49º 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 #0FBFDC is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 191 | 220 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.14 |
| HSL | 188.49º | 0.87% | 0.46% | - |
| HSV(B) | 188.49º | 0.93% | 0.86% | - |
| XYZ | 31.75 | 42.53 | 74.25 | - |
| YUV | 141.68 | 172.19 | 37.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 191 | 220 | 0.93 | 0.13 | 0 | 0.14 | 188.49 | 0.87 | 0.46 |
| Hex | F | BF | DC | 5D | D | 0 | E | BC | 57 | 2E |
| Octal | 17 | 277 | 334 | 135 | 15 | 0 | 16 | 274 | 127 | 56 |
| Binary | 1111 | 10111111 | 11011100 | 1011101 | 1101 | 0 | 1110 | 10111100 | 1010111 | 101110 |
Color Harmonies of #0FBFDC
Complementary color
Monochromatic Colors of #0FBFDC
Black with #0FBFDC
Text Example
Text Example
White with #0FBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBFDC; }
p { color: rgb(15,191,220); }
H1.HeaderClassName
{
color: #0FBFDC;
}
.AnyTagClassName
{
color: #0FBFDC;
}
</style>
background-color css
<style>
a { background-color: #0FBFDC; }
a { background-color: rgb(15,191,220); }
div.DivClassName
{
background-color: #0FBFDC;
}
.BgClassName
{
background-color: #0FBFDC;
}
</style>
border-color css
<style>
span { border-color: #0FBFDC; }
span { border-color: rgb(15,191,220); }
td.TdClassName
{
border-color: #0FBFDC;
}
.TagClassName
{
border-color: #0FBFDC;
}
</style>