Shades of Iris Blue #0FBCC2
Tints of Iris Blue #0FBCC2
RGB
CMYK
RGB Variations
Color information
#0FBCC2 (or 0x0FBCC2) is known color: Iris Blue. HEX triplet: 0F, BC and C2. RGB value is (15,188,194). Sum of RGB (Red+Green+Blue) = 15+188+194=397 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.78% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 194 (76.17% from 255 or 48.87% from 397); Max value from RGB is 194 - color contains mainly: blue. Hex color #0FBCC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBCC2 is #F0433D. Grayscale: #888888. Windows color (decimal): -15745854 or 12762127. OLE color: 12762127.
HSL color Cylindrical-coordinate representation of color #0FBCC2: hue angle of 182.01º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBCC2 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 188 | 194 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.24 |
| HSL | 182.01º | 0.86% | 0.41% | - |
| HSV(B) | 182.01º | 0.92% | 0.76% | - |
| XYZ | 27.92 | 39.96 | 57.28 | - |
| YUV | 136.96 | 160.19 | 41.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 194 | 0.92 | 0.03 | 0 | 0.24 | 182.01 | 0.86 | 0.41 |
| Hex | F | BC | C2 | 5C | 3 | 0 | 18 | B6 | 56 | 29 |
| Octal | 17 | 274 | 302 | 134 | 3 | 0 | 30 | 266 | 126 | 51 |
| Binary | 1111 | 10111100 | 11000010 | 1011100 | 11 | 0 | 11000 | 10110110 | 1010110 | 101001 |
Color Harmonies of #0FBCC2
Complementary color
Monochromatic Colors of #0FBCC2
Black with #0FBCC2
Text Example
Text Example
White with #0FBCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBCC2; }
p { color: rgb(15,188,194); }
H1.HeaderClassName
{
color: #0FBCC2;
}
.AnyTagClassName
{
color: #0FBCC2;
}
</style>
background-color css
<style>
a { background-color: #0FBCC2; }
a { background-color: rgb(15,188,194); }
div.DivClassName
{
background-color: #0FBCC2;
}
.BgClassName
{
background-color: #0FBCC2;
}
</style>
border-color css
<style>
span { border-color: #0FBCC2; }
span { border-color: rgb(15,188,194); }
td.TdClassName
{
border-color: #0FBCC2;
}
.TagClassName
{
border-color: #0FBCC2;
}
</style>