Shades of Iris Blue #0FB4C5
Tints of Iris Blue #0FB4C5
RGB
CMYK
RGB Variations
Color information
#0FB4C5 (or 0x0FB4C5) is known color: Iris Blue. HEX triplet: 0F, B4 and C5. RGB value is (15,180,197). Sum of RGB (Red+Green+Blue) = 15+180+197=392 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.83% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 197 (77.34% from 255 or 50.26% from 392); Max value from RGB is 197 - color contains mainly: blue. Hex color #0FB4C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB4C5 is #F04B3A. Grayscale: #848484. Windows color (decimal): -15747899 or 12956687. OLE color: 12956687.
HSL color Cylindrical-coordinate representation of color #0FB4C5: hue angle of 185.6º 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 #0FB4C5 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 180 | 197 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.23 |
| HSL | 185.6º | 0.86% | 0.42% | - |
| HSV(B) | 185.6º | 0.92% | 0.77% | - |
| XYZ | 26.6 | 36.78 | 58.52 | - |
| YUV | 132.6 | 164.34 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 197 | 0.92 | 0.09 | 0 | 0.23 | 185.6 | 0.86 | 0.42 |
| Hex | F | B4 | C5 | 5C | 9 | 0 | 17 | BA | 56 | 2A |
| Octal | 17 | 264 | 305 | 134 | 11 | 0 | 27 | 272 | 126 | 52 |
| Binary | 1111 | 10110100 | 11000101 | 1011100 | 1001 | 0 | 10111 | 10111010 | 1010110 | 101010 |
Color Harmonies of #0FB4C5
Complementary color
Monochromatic Colors of #0FB4C5
Black with #0FB4C5
Text Example
Text Example
White with #0FB4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB4C5; }
p { color: rgb(15,180,197); }
H1.HeaderClassName
{
color: #0FB4C5;
}
.AnyTagClassName
{
color: #0FB4C5;
}
</style>
background-color css
<style>
a { background-color: #0FB4C5; }
a { background-color: rgb(15,180,197); }
div.DivClassName
{
background-color: #0FB4C5;
}
.BgClassName
{
background-color: #0FB4C5;
}
</style>
border-color css
<style>
span { border-color: #0FB4C5; }
span { border-color: rgb(15,180,197); }
td.TdClassName
{
border-color: #0FB4C5;
}
.TagClassName
{
border-color: #0FB4C5;
}
</style>