Shades of Iris Blue #0FBAE1
Tints of Iris Blue #0FBAE1
RGB
CMYK
RGB Variations
Color information
#0FBAE1 (or 0x0FBAE1) is known color: Iris Blue. HEX triplet: 0F, BA and E1. RGB value is (15,186,225). Sum of RGB (Red+Green+Blue) = 15+186+225=426 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.52% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 225 (88.28% from 255 or 52.82% from 426); Max value from RGB is 225 - color contains mainly: blue. Hex color #0FBAE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBAE1 is #F0451E. Grayscale: #8A8A8A. Windows color (decimal): -15746335 or 14793231. OLE color: 14793231.
HSL color Cylindrical-coordinate representation of color #0FBAE1: hue angle of 191.14º degrees, saturation: 0.88, 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 #0FBAE1 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 186 | 225 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.12 |
| HSL | 191.14º | 0.88% | 0.47% | - |
| HSV(B) | 191.14º | 0.93% | 0.88% | - |
| XYZ | 31.35 | 40.66 | 77.43 | - |
| YUV | 139.32 | 176.35 | 39.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 225 | 0.93 | 0.17 | 0 | 0.12 | 191.14 | 0.88 | 0.47 |
| Hex | F | BA | E1 | 5D | 11 | 0 | C | BF | 58 | 2F |
| Octal | 17 | 272 | 341 | 135 | 21 | 0 | 14 | 277 | 130 | 57 |
| Binary | 1111 | 10111010 | 11100001 | 1011101 | 10001 | 0 | 1100 | 10111111 | 1011000 | 101111 |
Color Harmonies of #0FBAE1
Complementary color
Monochromatic Colors of #0FBAE1
Black with #0FBAE1
Text Example
Text Example
White with #0FBAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBAE1; }
p { color: rgb(15,186,225); }
H1.HeaderClassName
{
color: #0FBAE1;
}
.AnyTagClassName
{
color: #0FBAE1;
}
</style>
background-color css
<style>
a { background-color: #0FBAE1; }
a { background-color: rgb(15,186,225); }
div.DivClassName
{
background-color: #0FBAE1;
}
.BgClassName
{
background-color: #0FBAE1;
}
</style>
border-color css
<style>
span { border-color: #0FBAE1; }
span { border-color: rgb(15,186,225); }
td.TdClassName
{
border-color: #0FBAE1;
}
.TagClassName
{
border-color: #0FBAE1;
}
</style>