Shades of Iris Blue #00B0C4
Tints of Iris Blue #00B0C4
RGB
CMYK
RGB Variations
Color information
#00B0C4 (or 0x00B0C4) is known color: Iris Blue. HEX triplet: 00, B0 and C4. RGB value is (0,176,196). Sum of RGB (Red+Green+Blue) = 0+176+196=372 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 196 (76.95% from 255 or 52.69% from 372); Max value from RGB is 196 - color contains mainly: blue. Hex color #00B0C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00B0C4 is #FF4F3B. Grayscale: #7D7D7D. Windows color (decimal): -16731964 or 12890112. OLE color: 12890112.
HSL color Cylindrical-coordinate representation of color #00B0C4: hue angle of 186.12º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B0C4 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 176 | 196 | - |
| CMYK | 1 | 0.10 | 0 | 0.23 |
| HSL | 186.12º | 1% | 0.38% | - |
| HSV(B) | 186.12º | 1% | 0.77% | - |
| XYZ | 25.49 | 35.04 | 57.64 | - |
| YUV | 125.66 | 167.69 | 38.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 176 | 196 | 1 | 0.10 | 0 | 0.23 | 186.12 | 1 | 0.38 |
| Hex | 0 | B0 | C4 | 64 | A | 0 | 17 | BA | 64 | 26 |
| Octal | 0 | 260 | 304 | 144 | 12 | 0 | 27 | 272 | 144 | 46 |
| Binary | 0 | 10110000 | 11000100 | 1100100 | 1010 | 0 | 10111 | 10111010 | 1100100 | 100110 |
Color Harmonies of #00B0C4
Complementary color
Monochromatic Colors of #00B0C4
Black with #00B0C4
Text Example
Text Example
White with #00B0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B0C4; }
p { color: rgb(0,176,196); }
H1.HeaderClassName
{
color: #00B0C4;
}
.AnyTagClassName
{
color: #00B0C4;
}
</style>
background-color css
<style>
a { background-color: #00B0C4; }
a { background-color: rgb(0,176,196); }
div.DivClassName
{
background-color: #00B0C4;
}
.BgClassName
{
background-color: #00B0C4;
}
</style>
border-color css
<style>
span { border-color: #00B0C4; }
span { border-color: rgb(0,176,196); }
td.TdClassName
{
border-color: #00B0C4;
}
.TagClassName
{
border-color: #00B0C4;
}
</style>