Shades of Iris Blue #0CABB7
Tints of Iris Blue #0CABB7
RGB
CMYK
RGB Variations
Color information
#0CABB7 (or 0x0CABB7) is known color: Iris Blue. HEX triplet: 0C, AB and B7. RGB value is (12,171,183). Sum of RGB (Red+Green+Blue) = 12+171+183=366 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.28% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 183 (71.88% from 255 or 50% from 366); Max value from RGB is 183 - color contains mainly: blue. Hex color #0CABB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CABB7 is #F35448. Grayscale: #7C7C7C. Windows color (decimal): -15946825 or 12036876. OLE color: 12036876.
HSL color Cylindrical-coordinate representation of color #0CABB7: hue angle of 184.21º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CABB7 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 171 | 183 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.28 |
| HSL | 184.21º | 0.88% | 0.38% | - |
| HSV(B) | 184.21º | 0.93% | 0.72% | - |
| XYZ | 23.26 | 32.62 | 49.87 | - |
| YUV | 124.83 | 160.82 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 171 | 183 | 0.93 | 0.07 | 0 | 0.28 | 184.21 | 0.88 | 0.38 |
| Hex | C | AB | B7 | 5D | 7 | 0 | 1C | B8 | 58 | 26 |
| Octal | 14 | 253 | 267 | 135 | 7 | 0 | 34 | 270 | 130 | 46 |
| Binary | 1100 | 10101011 | 10110111 | 1011101 | 111 | 0 | 11100 | 10111000 | 1011000 | 100110 |
Color Harmonies of #0CABB7
Complementary color
Monochromatic Colors of #0CABB7
Black with #0CABB7
Text Example
Text Example
White with #0CABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CABB7; }
p { color: rgb(12,171,183); }
H1.HeaderClassName
{
color: #0CABB7;
}
.AnyTagClassName
{
color: #0CABB7;
}
</style>
background-color css
<style>
a { background-color: #0CABB7; }
a { background-color: rgb(12,171,183); }
div.DivClassName
{
background-color: #0CABB7;
}
.BgClassName
{
background-color: #0CABB7;
}
</style>
border-color css
<style>
span { border-color: #0CABB7; }
span { border-color: rgb(12,171,183); }
td.TdClassName
{
border-color: #0CABB7;
}
.TagClassName
{
border-color: #0CABB7;
}
</style>