Shades of Iris Blue #0FB8CA
Tints of Iris Blue #0FB8CA
RGB
CMYK
RGB Variations
Color information
#0FB8CA (or 0x0FB8CA) is known color: Iris Blue. HEX triplet: 0F, B8 and CA. RGB value is (15,184,202). Sum of RGB (Red+Green+Blue) = 15+184+202=401 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.74% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #0FB8CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB8CA is #F04735. Grayscale: #878787. Windows color (decimal): -15746870 or 13285391. OLE color: 13285391.
HSL color Cylindrical-coordinate representation of color #0FB8CA: hue angle of 185.78º 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 #0FB8CA is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 184 | 202 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.21 |
| HSL | 185.78º | 0.86% | 0.43% | - |
| HSV(B) | 185.78º | 0.93% | 0.79% | - |
| XYZ | 28 | 38.65 | 61.86 | - |
| YUV | 135.52 | 165.51 | 42.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 202 | 0.93 | 0.09 | 0 | 0.21 | 185.78 | 0.86 | 0.43 |
| Hex | F | B8 | CA | 5D | 9 | 0 | 15 | BA | 56 | 2B |
| Octal | 17 | 270 | 312 | 135 | 11 | 0 | 25 | 272 | 126 | 53 |
| Binary | 1111 | 10111000 | 11001010 | 1011101 | 1001 | 0 | 10101 | 10111010 | 1010110 | 101011 |
Color Harmonies of #0FB8CA
Complementary color
Monochromatic Colors of #0FB8CA
Black with #0FB8CA
Text Example
Text Example
White with #0FB8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB8CA; }
p { color: rgb(15,184,202); }
H1.HeaderClassName
{
color: #0FB8CA;
}
.AnyTagClassName
{
color: #0FB8CA;
}
</style>
background-color css
<style>
a { background-color: #0FB8CA; }
a { background-color: rgb(15,184,202); }
div.DivClassName
{
background-color: #0FB8CA;
}
.BgClassName
{
background-color: #0FB8CA;
}
</style>
border-color css
<style>
span { border-color: #0FB8CA; }
span { border-color: rgb(15,184,202); }
td.TdClassName
{
border-color: #0FB8CA;
}
.TagClassName
{
border-color: #0FB8CA;
}
</style>