Shades of Iris Blue #0FBFCD
Tints of Iris Blue #0FBFCD
RGB
CMYK
RGB Variations
Color information
#0FBFCD (or 0x0FBFCD) is known color: Iris Blue. HEX triplet: 0F, BF and CD. RGB value is (15,191,205). Sum of RGB (Red+Green+Blue) = 15+191+205=411 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.65% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #0FBFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBFCD is #F04032. Grayscale: #8B8B8B. Windows color (decimal): -15745075 or 13483791. OLE color: 13483791.
HSL color Cylindrical-coordinate representation of color #0FBFCD: hue angle of 184.42º 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 #0FBFCD is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 191 | 205 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.20 |
| HSL | 184.42º | 0.86% | 0.43% | - |
| HSV(B) | 184.42º | 0.93% | 0.8% | - |
| XYZ | 29.85 | 41.77 | 64.25 | - |
| YUV | 139.97 | 164.69 | 38.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 191 | 205 | 0.93 | 0.07 | 0 | 0.20 | 184.42 | 0.86 | 0.43 |
| Hex | F | BF | CD | 5D | 7 | 0 | 14 | B8 | 56 | 2B |
| Octal | 17 | 277 | 315 | 135 | 7 | 0 | 24 | 270 | 126 | 53 |
| Binary | 1111 | 10111111 | 11001101 | 1011101 | 111 | 0 | 10100 | 10111000 | 1010110 | 101011 |
Color Harmonies of #0FBFCD
Complementary color
Monochromatic Colors of #0FBFCD
Black with #0FBFCD
Text Example
Text Example
White with #0FBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBFCD; }
p { color: rgb(15,191,205); }
H1.HeaderClassName
{
color: #0FBFCD;
}
.AnyTagClassName
{
color: #0FBFCD;
}
</style>
background-color css
<style>
a { background-color: #0FBFCD; }
a { background-color: rgb(15,191,205); }
div.DivClassName
{
background-color: #0FBFCD;
}
.BgClassName
{
background-color: #0FBFCD;
}
</style>
border-color css
<style>
span { border-color: #0FBFCD; }
span { border-color: rgb(15,191,205); }
td.TdClassName
{
border-color: #0FBFCD;
}
.TagClassName
{
border-color: #0FBFCD;
}
</style>