Shades of Iris Blue #0FB0CA
Tints of Iris Blue #0FB0CA
RGB
CMYK
RGB Variations
Color information
#0FB0CA (or 0x0FB0CA) is known color: Iris Blue. HEX triplet: 0F, B0 and CA. RGB value is (15,176,202). Sum of RGB (Red+Green+Blue) = 15+176+202=393 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.82% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #0FB0CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FB0CA is #F04F35. Grayscale: #828282. Windows color (decimal): -15748918 or 13283343. OLE color: 13283343.
HSL color Cylindrical-coordinate representation of color #0FB0CA: hue angle of 188.34º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FB0CA is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 176 | 202 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.21 |
| HSL | 188.34º | 0.86% | 0.43% | - |
| HSV(B) | 188.34º | 0.93% | 0.79% | - |
| XYZ | 26.38 | 35.42 | 61.32 | - |
| YUV | 130.83 | 168.16 | 45.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 202 | 0.93 | 0.13 | 0 | 0.21 | 188.34 | 0.86 | 0.43 |
| Hex | F | B0 | CA | 5D | D | 0 | 15 | BC | 56 | 2B |
| Octal | 17 | 260 | 312 | 135 | 15 | 0 | 25 | 274 | 126 | 53 |
| Binary | 1111 | 10110000 | 11001010 | 1011101 | 1101 | 0 | 10101 | 10111100 | 1010110 | 101011 |
Color Harmonies of #0FB0CA
Complementary color
Monochromatic Colors of #0FB0CA
Black with #0FB0CA
Text Example
Text Example
White with #0FB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB0CA; }
p { color: rgb(15,176,202); }
H1.HeaderClassName
{
color: #0FB0CA;
}
.AnyTagClassName
{
color: #0FB0CA;
}
</style>
background-color css
<style>
a { background-color: #0FB0CA; }
a { background-color: rgb(15,176,202); }
div.DivClassName
{
background-color: #0FB0CA;
}
.BgClassName
{
background-color: #0FB0CA;
}
</style>
border-color css
<style>
span { border-color: #0FB0CA; }
span { border-color: rgb(15,176,202); }
td.TdClassName
{
border-color: #0FB0CA;
}
.TagClassName
{
border-color: #0FB0CA;
}
</style>