Shades of Iris Blue #0FBEE1
Tints of Iris Blue #0FBEE1
RGB
CMYK
RGB Variations
Color information
#0FBEE1 (or 0x0FBEE1) is known color: Iris Blue. HEX triplet: 0F, BE and E1. RGB value is (15,190,225). Sum of RGB (Red+Green+Blue) = 15+190+225=430 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.49% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 225 (88.28% from 255 or 52.33% from 430); Max value from RGB is 225 - color contains mainly: blue. Hex color #0FBEE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBEE1 is #F0411E. Grayscale: #8D8D8D. Windows color (decimal): -15745311 or 14794255. OLE color: 14794255.
HSL color Cylindrical-coordinate representation of color #0FBEE1: hue angle of 190º 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 #0FBEE1 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 190 | 225 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.12 |
| HSL | 190º | 0.88% | 0.47% | - |
| HSV(B) | 190º | 0.93% | 0.88% | - |
| XYZ | 32.2 | 42.36 | 77.71 | - |
| YUV | 141.67 | 175.02 | 37.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 190 | 225 | 0.93 | 0.16 | 0 | 0.12 | 190 | 0.88 | 0.47 |
| Hex | F | BE | E1 | 5D | 10 | 0 | C | BE | 58 | 2F |
| Octal | 17 | 276 | 341 | 135 | 20 | 0 | 14 | 276 | 130 | 57 |
| Binary | 1111 | 10111110 | 11100001 | 1011101 | 10000 | 0 | 1100 | 10111110 | 1011000 | 101111 |
Color Harmonies of #0FBEE1
Complementary color
Monochromatic Colors of #0FBEE1
Black with #0FBEE1
Text Example
Text Example
White with #0FBEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBEE1; }
p { color: rgb(15,190,225); }
H1.HeaderClassName
{
color: #0FBEE1;
}
.AnyTagClassName
{
color: #0FBEE1;
}
</style>
background-color css
<style>
a { background-color: #0FBEE1; }
a { background-color: rgb(15,190,225); }
div.DivClassName
{
background-color: #0FBEE1;
}
.BgClassName
{
background-color: #0FBEE1;
}
</style>
border-color css
<style>
span { border-color: #0FBEE1; }
span { border-color: rgb(15,190,225); }
td.TdClassName
{
border-color: #0FBEE1;
}
.TagClassName
{
border-color: #0FBEE1;
}
</style>