Shades of Iris Blue #0FBEE0
Tints of Iris Blue #0FBEE0
RGB
CMYK
RGB Variations
Color information
#0FBEE0 (or 0x0FBEE0) is known color: Iris Blue. HEX triplet: 0F, BE and E0. RGB value is (15,190,224). Sum of RGB (Red+Green+Blue) = 15+190+224=429 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #0FBEE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBEE0 is #F0411F. Grayscale: #8D8D8D. Windows color (decimal): -15745312 or 14728719. OLE color: 14728719.
HSL color Cylindrical-coordinate representation of color #0FBEE0: hue angle of 189.76º 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 #0FBEE0 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 190 | 224 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.12 |
| HSL | 189.76º | 0.87% | 0.47% | - |
| HSV(B) | 189.76º | 0.93% | 0.88% | - |
| XYZ | 32.07 | 42.31 | 77 | - |
| YUV | 141.55 | 174.52 | 37.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 190 | 224 | 0.93 | 0.15 | 0 | 0.12 | 189.76 | 0.87 | 0.47 |
| Hex | F | BE | E0 | 5D | F | 0 | C | BE | 57 | 2F |
| Octal | 17 | 276 | 340 | 135 | 17 | 0 | 14 | 276 | 127 | 57 |
| Binary | 1111 | 10111110 | 11100000 | 1011101 | 1111 | 0 | 1100 | 10111110 | 1010111 | 101111 |
Color Harmonies of #0FBEE0
Complementary color
Monochromatic Colors of #0FBEE0
Black with #0FBEE0
Text Example
Text Example
White with #0FBEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBEE0; }
p { color: rgb(15,190,224); }
H1.HeaderClassName
{
color: #0FBEE0;
}
.AnyTagClassName
{
color: #0FBEE0;
}
</style>
background-color css
<style>
a { background-color: #0FBEE0; }
a { background-color: rgb(15,190,224); }
div.DivClassName
{
background-color: #0FBEE0;
}
.BgClassName
{
background-color: #0FBEE0;
}
</style>
border-color css
<style>
span { border-color: #0FBEE0; }
span { border-color: rgb(15,190,224); }
td.TdClassName
{
border-color: #0FBEE0;
}
.TagClassName
{
border-color: #0FBEE0;
}
</style>