Shades of Iris Blue #0FBEDA
Tints of Iris Blue #0FBEDA
RGB
CMYK
RGB Variations
Color information
#0FBEDA (or 0x0FBEDA) is known color: Iris Blue. HEX triplet: 0F, BE and DA. RGB value is (15,190,218). Sum of RGB (Red+Green+Blue) = 15+190+218=423 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.55% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #0FBEDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBEDA is #F04125. Grayscale: #8C8C8C. Windows color (decimal): -15745318 or 14335503. OLE color: 14335503.
HSL color Cylindrical-coordinate representation of color #0FBEDA: hue angle of 188.28º 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 #0FBEDA is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 190 | 218 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.15 |
| HSL | 188.28º | 0.87% | 0.46% | - |
| HSV(B) | 188.28º | 0.93% | 0.85% | - |
| XYZ | 31.27 | 41.99 | 72.79 | - |
| YUV | 140.87 | 171.52 | 38.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 190 | 218 | 0.93 | 0.13 | 0 | 0.15 | 188.28 | 0.87 | 0.46 |
| Hex | F | BE | DA | 5D | D | 0 | F | BC | 57 | 2E |
| Octal | 17 | 276 | 332 | 135 | 15 | 0 | 17 | 274 | 127 | 56 |
| Binary | 1111 | 10111110 | 11011010 | 1011101 | 1101 | 0 | 1111 | 10111100 | 1010111 | 101110 |
Color Harmonies of #0FBEDA
Complementary color
Monochromatic Colors of #0FBEDA
Black with #0FBEDA
Text Example
Text Example
White with #0FBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBEDA; }
p { color: rgb(15,190,218); }
H1.HeaderClassName
{
color: #0FBEDA;
}
.AnyTagClassName
{
color: #0FBEDA;
}
</style>
background-color css
<style>
a { background-color: #0FBEDA; }
a { background-color: rgb(15,190,218); }
div.DivClassName
{
background-color: #0FBEDA;
}
.BgClassName
{
background-color: #0FBEDA;
}
</style>
border-color css
<style>
span { border-color: #0FBEDA; }
span { border-color: rgb(15,190,218); }
td.TdClassName
{
border-color: #0FBEDA;
}
.TagClassName
{
border-color: #0FBEDA;
}
</style>