Shades of Iris Blue #0FB7CD
Tints of Iris Blue #0FB7CD
RGB
CMYK
RGB Variations
Color information
#0FB7CD (or 0x0FB7CD) is known color: Iris Blue. HEX triplet: 0F, B7 and CD. RGB value is (15,183,205). Sum of RGB (Red+Green+Blue) = 15+183+205=403 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.72% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #0FB7CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB7CD is #F04832. Grayscale: #878787. Windows color (decimal): -15747123 or 13481743. OLE color: 13481743.
HSL color Cylindrical-coordinate representation of color #0FB7CD: hue angle of 186.95º 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 #0FB7CD is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 183 | 205 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.20 |
| HSL | 186.95º | 0.86% | 0.43% | - |
| HSV(B) | 186.95º | 0.93% | 0.8% | - |
| XYZ | 28.15 | 38.38 | 63.68 | - |
| YUV | 135.28 | 167.34 | 42.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 183 | 205 | 0.93 | 0.11 | 0 | 0.20 | 186.95 | 0.86 | 0.43 |
| Hex | F | B7 | CD | 5D | B | 0 | 14 | BB | 56 | 2B |
| Octal | 17 | 267 | 315 | 135 | 13 | 0 | 24 | 273 | 126 | 53 |
| Binary | 1111 | 10110111 | 11001101 | 1011101 | 1011 | 0 | 10100 | 10111011 | 1010110 | 101011 |
Color Harmonies of #0FB7CD
Complementary color
Monochromatic Colors of #0FB7CD
Black with #0FB7CD
Text Example
Text Example
White with #0FB7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB7CD; }
p { color: rgb(15,183,205); }
H1.HeaderClassName
{
color: #0FB7CD;
}
.AnyTagClassName
{
color: #0FB7CD;
}
</style>
background-color css
<style>
a { background-color: #0FB7CD; }
a { background-color: rgb(15,183,205); }
div.DivClassName
{
background-color: #0FB7CD;
}
.BgClassName
{
background-color: #0FB7CD;
}
</style>
border-color css
<style>
span { border-color: #0FB7CD; }
span { border-color: rgb(15,183,205); }
td.TdClassName
{
border-color: #0FB7CD;
}
.TagClassName
{
border-color: #0FB7CD;
}
</style>