Shades of Iris Blue #0FBDC5
Tints of Iris Blue #0FBDC5
RGB
CMYK
RGB Variations
Color information
#0FBDC5 (or 0x0FBDC5) is known color: Iris Blue. HEX triplet: 0F, BD and C5. RGB value is (15,189,197). Sum of RGB (Red+Green+Blue) = 15+189+197=401 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.74% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 197 (77.34% from 255 or 49.13% from 401); Max value from RGB is 197 - color contains mainly: blue. Hex color #0FBDC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBDC5 is #F0423A. Grayscale: #898989. Windows color (decimal): -15745595 or 12958991. OLE color: 12958991.
HSL color Cylindrical-coordinate representation of color #0FBDC5: hue angle of 182.64º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBDC5 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 189 | 197 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.23 |
| HSL | 182.64º | 0.86% | 0.42% | - |
| HSV(B) | 182.64º | 0.92% | 0.77% | - |
| XYZ | 28.47 | 40.53 | 59.15 | - |
| YUV | 137.89 | 161.35 | 40.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 197 | 0.92 | 0.04 | 0 | 0.23 | 182.64 | 0.86 | 0.42 |
| Hex | F | BD | C5 | 5C | 4 | 0 | 17 | B7 | 56 | 2A |
| Octal | 17 | 275 | 305 | 134 | 4 | 0 | 27 | 267 | 126 | 52 |
| Binary | 1111 | 10111101 | 11000101 | 1011100 | 100 | 0 | 10111 | 10110111 | 1010110 | 101010 |
Color Harmonies of #0FBDC5
Complementary color
Monochromatic Colors of #0FBDC5
Black with #0FBDC5
Text Example
Text Example
White with #0FBDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBDC5; }
p { color: rgb(15,189,197); }
H1.HeaderClassName
{
color: #0FBDC5;
}
.AnyTagClassName
{
color: #0FBDC5;
}
</style>
background-color css
<style>
a { background-color: #0FBDC5; }
a { background-color: rgb(15,189,197); }
div.DivClassName
{
background-color: #0FBDC5;
}
.BgClassName
{
background-color: #0FBDC5;
}
</style>
border-color css
<style>
span { border-color: #0FBDC5; }
span { border-color: rgb(15,189,197); }
td.TdClassName
{
border-color: #0FBDC5;
}
.TagClassName
{
border-color: #0FBDC5;
}
</style>