Shades of Iris Blue #0FBECD
Tints of Iris Blue #0FBECD
RGB
CMYK
RGB Variations
Color information
#0FBECD (or 0x0FBECD) is known color: Iris Blue. HEX triplet: 0F, BE and CD. RGB value is (15,190,205). Sum of RGB (Red+Green+Blue) = 15+190+205=410 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.66% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #0FBECD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBECD is #F04132. Grayscale: #8B8B8B. Windows color (decimal): -15745331 or 13483535. OLE color: 13483535.
HSL color Cylindrical-coordinate representation of color #0FBECD: hue angle of 184.74º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBECD is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 190 | 205 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.20 |
| HSL | 184.74º | 0.86% | 0.43% | - |
| HSV(B) | 184.74º | 0.93% | 0.8% | - |
| XYZ | 29.63 | 41.34 | 64.17 | - |
| YUV | 139.39 | 165.02 | 39.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 190 | 205 | 0.93 | 0.07 | 0 | 0.20 | 184.74 | 0.86 | 0.43 |
| Hex | F | BE | CD | 5D | 7 | 0 | 14 | B9 | 56 | 2B |
| Octal | 17 | 276 | 315 | 135 | 7 | 0 | 24 | 271 | 126 | 53 |
| Binary | 1111 | 10111110 | 11001101 | 1011101 | 111 | 0 | 10100 | 10111001 | 1010110 | 101011 |
Color Harmonies of #0FBECD
Complementary color
Monochromatic Colors of #0FBECD
Black with #0FBECD
Text Example
Text Example
White with #0FBECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBECD; }
p { color: rgb(15,190,205); }
H1.HeaderClassName
{
color: #0FBECD;
}
.AnyTagClassName
{
color: #0FBECD;
}
</style>
background-color css
<style>
a { background-color: #0FBECD; }
a { background-color: rgb(15,190,205); }
div.DivClassName
{
background-color: #0FBECD;
}
.BgClassName
{
background-color: #0FBECD;
}
</style>
border-color css
<style>
span { border-color: #0FBECD; }
span { border-color: rgb(15,190,205); }
td.TdClassName
{
border-color: #0FBECD;
}
.TagClassName
{
border-color: #0FBECD;
}
</style>