Shades of Iris Blue #0FB4CA
Tints of Iris Blue #0FB4CA
RGB
CMYK
RGB Variations
Color information
#0FB4CA (or 0x0FB4CA) is known color: Iris Blue. HEX triplet: 0F, B4 and CA. RGB value is (15,180,202). Sum of RGB (Red+Green+Blue) = 15+180+202=397 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.78% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #0FB4CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB4CA is #F04B35. Grayscale: #848484. Windows color (decimal): -15747894 or 13284367. OLE color: 13284367.
HSL color Cylindrical-coordinate representation of color #0FB4CA: hue angle of 187.06º 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 #0FB4CA is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 180 | 202 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.21 |
| HSL | 187.06º | 0.86% | 0.43% | - |
| HSV(B) | 187.06º | 0.93% | 0.79% | - |
| XYZ | 27.18 | 37.01 | 61.59 | - |
| YUV | 133.17 | 166.84 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 202 | 0.93 | 0.11 | 0 | 0.21 | 187.06 | 0.86 | 0.43 |
| Hex | F | B4 | CA | 5D | B | 0 | 15 | BB | 56 | 2B |
| Octal | 17 | 264 | 312 | 135 | 13 | 0 | 25 | 273 | 126 | 53 |
| Binary | 1111 | 10110100 | 11001010 | 1011101 | 1011 | 0 | 10101 | 10111011 | 1010110 | 101011 |
Color Harmonies of #0FB4CA
Complementary color
Monochromatic Colors of #0FB4CA
Black with #0FB4CA
Text Example
Text Example
White with #0FB4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB4CA; }
p { color: rgb(15,180,202); }
H1.HeaderClassName
{
color: #0FB4CA;
}
.AnyTagClassName
{
color: #0FB4CA;
}
</style>
background-color css
<style>
a { background-color: #0FB4CA; }
a { background-color: rgb(15,180,202); }
div.DivClassName
{
background-color: #0FB4CA;
}
.BgClassName
{
background-color: #0FB4CA;
}
</style>
border-color css
<style>
span { border-color: #0FB4CA; }
span { border-color: rgb(15,180,202); }
td.TdClassName
{
border-color: #0FB4CA;
}
.TagClassName
{
border-color: #0FB4CA;
}
</style>