Shades of Iris Blue #0FB3CE
Tints of Iris Blue #0FB3CE
RGB
CMYK
RGB Variations
Color information
#0FB3CE (or 0x0FB3CE) is known color: Iris Blue. HEX triplet: 0F, B3 and CE. RGB value is (15,179,206). Sum of RGB (Red+Green+Blue) = 15+179+206=400 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.75% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #0FB3CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB3CE is #F04C31. Grayscale: #848484. Windows color (decimal): -15748146 or 13546255. OLE color: 13546255.
HSL color Cylindrical-coordinate representation of color #0FB3CE: hue angle of 188.48º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FB3CE is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 179 | 206 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.19 |
| HSL | 188.48º | 0.86% | 0.43% | - |
| HSV(B) | 188.48º | 0.93% | 0.81% | - |
| XYZ | 27.46 | 36.8 | 64.05 | - |
| YUV | 133.04 | 169.17 | 43.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 206 | 0.93 | 0.13 | 0 | 0.19 | 188.48 | 0.86 | 0.43 |
| Hex | F | B3 | CE | 5D | D | 0 | 13 | BC | 56 | 2B |
| Octal | 17 | 263 | 316 | 135 | 15 | 0 | 23 | 274 | 126 | 53 |
| Binary | 1111 | 10110011 | 11001110 | 1011101 | 1101 | 0 | 10011 | 10111100 | 1010110 | 101011 |
Color Harmonies of #0FB3CE
Complementary color
Monochromatic Colors of #0FB3CE
Black with #0FB3CE
Text Example
Text Example
White with #0FB3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB3CE; }
p { color: rgb(15,179,206); }
H1.HeaderClassName
{
color: #0FB3CE;
}
.AnyTagClassName
{
color: #0FB3CE;
}
</style>
background-color css
<style>
a { background-color: #0FB3CE; }
a { background-color: rgb(15,179,206); }
div.DivClassName
{
background-color: #0FB3CE;
}
.BgClassName
{
background-color: #0FB3CE;
}
</style>
border-color css
<style>
span { border-color: #0FB3CE; }
span { border-color: rgb(15,179,206); }
td.TdClassName
{
border-color: #0FB3CE;
}
.TagClassName
{
border-color: #0FB3CE;
}
</style>