Shades of Iris Blue #0FB3DA
Tints of Iris Blue #0FB3DA
RGB
CMYK
RGB Variations
Color information
#0FB3DA (or 0x0FB3DA) is known color: Iris Blue. HEX triplet: 0F, B3 and DA. RGB value is (15,179,218). Sum of RGB (Red+Green+Blue) = 15+179+218=412 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.64% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #0FB3DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB3DA is #F04C25. Grayscale: #868686. Windows color (decimal): -15748134 or 14332687. OLE color: 14332687.
HSL color Cylindrical-coordinate representation of color #0FB3DA: hue angle of 191.53º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FB3DA is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 179 | 218 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.15 |
| HSL | 191.53º | 0.87% | 0.46% | - |
| HSV(B) | 191.53º | 0.93% | 0.85% | - |
| XYZ | 28.97 | 37.4 | 72.02 | - |
| YUV | 134.41 | 175.17 | 42.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 218 | 0.93 | 0.18 | 0 | 0.15 | 191.53 | 0.87 | 0.46 |
| Hex | F | B3 | DA | 5D | 12 | 0 | F | C0 | 57 | 2E |
| Octal | 17 | 263 | 332 | 135 | 22 | 0 | 17 | 300 | 127 | 56 |
| Binary | 1111 | 10110011 | 11011010 | 1011101 | 10010 | 0 | 1111 | 11000000 | 1010111 | 101110 |
Color Harmonies of #0FB3DA
Complementary color
Monochromatic Colors of #0FB3DA
Black with #0FB3DA
Text Example
Text Example
White with #0FB3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB3DA; }
p { color: rgb(15,179,218); }
H1.HeaderClassName
{
color: #0FB3DA;
}
.AnyTagClassName
{
color: #0FB3DA;
}
</style>
background-color css
<style>
a { background-color: #0FB3DA; }
a { background-color: rgb(15,179,218); }
div.DivClassName
{
background-color: #0FB3DA;
}
.BgClassName
{
background-color: #0FB3DA;
}
</style>
border-color css
<style>
span { border-color: #0FB3DA; }
span { border-color: rgb(15,179,218); }
td.TdClassName
{
border-color: #0FB3DA;
}
.TagClassName
{
border-color: #0FB3DA;
}
</style>