Shades of Iris Blue #00C0B3
Tints of Iris Blue #00C0B3
RGB
CMYK
RGB Variations
Color information
#00C0B3 (or 0x00C0B3) is known color: Iris Blue. HEX triplet: 00, C0 and B3. RGB value is (0,192,179). Sum of RGB (Red+Green+Blue) = 0+192+179=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #00C0B3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C0B3 is #FF3F4C. Grayscale: #848484. Windows color (decimal): -16727885 or 11780096. OLE color: 11780096.
HSL color Cylindrical-coordinate representation of color #00C0B3: hue angle of 175.94º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C0B3 is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 192 | 179 | - |
| CMYK | 1 | 0 | 0.07 | 0.25 |
| HSL | 175.94º | 1% | 0.38% | - |
| HSV(B) | 175.94º | 1% | 0.75% | - |
| XYZ | 26.99 | 40.95 | 49.13 | - |
| YUV | 133.11 | 153.89 | 33.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 179 | 1 | 0 | 0.07 | 0.25 | 175.94 | 1 | 0.38 |
| Hex | 0 | C0 | B3 | 64 | 0 | 7 | 19 | B0 | 64 | 26 |
| Octal | 0 | 300 | 263 | 144 | 0 | 7 | 31 | 260 | 144 | 46 |
| Binary | 0 | 11000000 | 10110011 | 1100100 | 0 | 111 | 11001 | 10110000 | 1100100 | 100110 |
Color Harmonies of #00C0B3
Complementary color
Monochromatic Colors of #00C0B3
Black with #00C0B3
Text Example
Text Example
White with #00C0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C0B3; }
p { color: rgb(0,192,179); }
H1.HeaderClassName
{
color: #00C0B3;
}
.AnyTagClassName
{
color: #00C0B3;
}
</style>
background-color css
<style>
a { background-color: #00C0B3; }
a { background-color: rgb(0,192,179); }
div.DivClassName
{
background-color: #00C0B3;
}
.BgClassName
{
background-color: #00C0B3;
}
</style>
border-color css
<style>
span { border-color: #00C0B3; }
span { border-color: rgb(0,192,179); }
td.TdClassName
{
border-color: #00C0B3;
}
.TagClassName
{
border-color: #00C0B3;
}
</style>