Shades of Iris Blue #0FB5CD
Tints of Iris Blue #0FB5CD
RGB
CMYK
RGB Variations
Color information
#0FB5CD (or 0x0FB5CD) is known color: Iris Blue. HEX triplet: 0F, B5 and CD. RGB value is (15,181,205). Sum of RGB (Red+Green+Blue) = 15+181+205=401 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.74% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #0FB5CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB5CD is #F04A32. Grayscale: #858585. Windows color (decimal): -15747635 or 13481231. OLE color: 13481231.
HSL color Cylindrical-coordinate representation of color #0FB5CD: hue angle of 187.58º 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 #0FB5CD is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 181 | 205 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.20 |
| HSL | 187.58º | 0.86% | 0.43% | - |
| HSV(B) | 187.58º | 0.93% | 0.8% | - |
| XYZ | 27.74 | 37.56 | 63.54 | - |
| YUV | 134.1 | 168 | 43.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 181 | 205 | 0.93 | 0.12 | 0 | 0.20 | 187.58 | 0.86 | 0.43 |
| Hex | F | B5 | CD | 5D | C | 0 | 14 | BC | 56 | 2B |
| Octal | 17 | 265 | 315 | 135 | 14 | 0 | 24 | 274 | 126 | 53 |
| Binary | 1111 | 10110101 | 11001101 | 1011101 | 1100 | 0 | 10100 | 10111100 | 1010110 | 101011 |
Color Harmonies of #0FB5CD
Complementary color
Monochromatic Colors of #0FB5CD
Black with #0FB5CD
Text Example
Text Example
White with #0FB5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB5CD; }
p { color: rgb(15,181,205); }
H1.HeaderClassName
{
color: #0FB5CD;
}
.AnyTagClassName
{
color: #0FB5CD;
}
</style>
background-color css
<style>
a { background-color: #0FB5CD; }
a { background-color: rgb(15,181,205); }
div.DivClassName
{
background-color: #0FB5CD;
}
.BgClassName
{
background-color: #0FB5CD;
}
</style>
border-color css
<style>
span { border-color: #0FB5CD; }
span { border-color: rgb(15,181,205); }
td.TdClassName
{
border-color: #0FB5CD;
}
.TagClassName
{
border-color: #0FB5CD;
}
</style>