Shades of Iris Blue #0FBCCA
Tints of Iris Blue #0FBCCA
RGB
CMYK
RGB Variations
Color information
#0FBCCA (or 0x0FBCCA) is known color: Iris Blue. HEX triplet: 0F, BC and CA. RGB value is (15,188,202). Sum of RGB (Red+Green+Blue) = 15+188+202=405 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.70% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #0FBCCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBCCA is #F04335. Grayscale: #898989. Windows color (decimal): -15745846 or 13286415. OLE color: 13286415.
HSL color Cylindrical-coordinate representation of color #0FBCCA: hue angle of 184.49º 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 #0FBCCA is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 188 | 202 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.21 |
| HSL | 184.49º | 0.86% | 0.43% | - |
| HSV(B) | 184.49º | 0.93% | 0.79% | - |
| XYZ | 28.84 | 40.33 | 62.14 | - |
| YUV | 137.87 | 164.19 | 40.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 202 | 0.93 | 0.07 | 0 | 0.21 | 184.49 | 0.86 | 0.43 |
| Hex | F | BC | CA | 5D | 7 | 0 | 15 | B8 | 56 | 2B |
| Octal | 17 | 274 | 312 | 135 | 7 | 0 | 25 | 270 | 126 | 53 |
| Binary | 1111 | 10111100 | 11001010 | 1011101 | 111 | 0 | 10101 | 10111000 | 1010110 | 101011 |
Color Harmonies of #0FBCCA
Complementary color
Monochromatic Colors of #0FBCCA
Black with #0FBCCA
Text Example
Text Example
White with #0FBCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBCCA; }
p { color: rgb(15,188,202); }
H1.HeaderClassName
{
color: #0FBCCA;
}
.AnyTagClassName
{
color: #0FBCCA;
}
</style>
background-color css
<style>
a { background-color: #0FBCCA; }
a { background-color: rgb(15,188,202); }
div.DivClassName
{
background-color: #0FBCCA;
}
.BgClassName
{
background-color: #0FBCCA;
}
</style>
border-color css
<style>
span { border-color: #0FBCCA; }
span { border-color: rgb(15,188,202); }
td.TdClassName
{
border-color: #0FBCCA;
}
.TagClassName
{
border-color: #0FBCCA;
}
</style>