Shades of Iris Blue #0FB3E0
Tints of Iris Blue #0FB3E0
RGB
CMYK
RGB Variations
Color information
#0FB3E0 (or 0x0FB3E0) is known color: Iris Blue. HEX triplet: 0F, B3 and E0. RGB value is (15,179,224). Sum of RGB (Red+Green+Blue) = 15+179+224=418 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.59% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #0FB3E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB3E0 is #F04C1F. Grayscale: #868686. Windows color (decimal): -15748128 or 14725903. OLE color: 14725903.
HSL color Cylindrical-coordinate representation of color #0FB3E0: hue angle of 192.92º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FB3E0 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 179 | 224 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.12 |
| HSL | 192.92º | 0.87% | 0.47% | - |
| HSV(B) | 192.92º | 0.93% | 0.88% | - |
| XYZ | 29.77 | 37.72 | 76.23 | - |
| YUV | 135.09 | 178.17 | 42.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 224 | 0.93 | 0.20 | 0 | 0.12 | 192.92 | 0.87 | 0.47 |
| Hex | F | B3 | E0 | 5D | 14 | 0 | C | C1 | 57 | 2F |
| Octal | 17 | 263 | 340 | 135 | 24 | 0 | 14 | 301 | 127 | 57 |
| Binary | 1111 | 10110011 | 11100000 | 1011101 | 10100 | 0 | 1100 | 11000001 | 1010111 | 101111 |
Color Harmonies of #0FB3E0
Complementary color
Monochromatic Colors of #0FB3E0
Black with #0FB3E0
Text Example
Text Example
White with #0FB3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB3E0; }
p { color: rgb(15,179,224); }
H1.HeaderClassName
{
color: #0FB3E0;
}
.AnyTagClassName
{
color: #0FB3E0;
}
</style>
background-color css
<style>
a { background-color: #0FB3E0; }
a { background-color: rgb(15,179,224); }
div.DivClassName
{
background-color: #0FB3E0;
}
.BgClassName
{
background-color: #0FB3E0;
}
</style>
border-color css
<style>
span { border-color: #0FB3E0; }
span { border-color: rgb(15,179,224); }
td.TdClassName
{
border-color: #0FB3E0;
}
.TagClassName
{
border-color: #0FB3E0;
}
</style>