Shades of Iris Blue #00B0E1
Tints of Iris Blue #00B0E1
RGB
CMYK
RGB Variations
Color information
#00B0E1 (or 0x00B0E1) is known color: Iris Blue. HEX triplet: 00, B0 and E1. RGB value is (0,176,225). Sum of RGB (Red+Green+Blue) = 0+176+225=401 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 225 (88.28% from 255 or 56.11% from 401); Max value from RGB is 225 - color contains mainly: blue. Hex color #00B0E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00B0E1 is #FF4F1E. Grayscale: #808080. Windows color (decimal): -16731935 or 14790656. OLE color: 14790656.
HSL color Cylindrical-coordinate representation of color #00B0E1: hue angle of 193.07º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B0E1 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 176 | 225 | - |
| CMYK | 1 | 0.22 | 0 | 0.12 |
| HSL | 193.07º | 1% | 0.44% | - |
| HSV(B) | 193.07º | 1% | 0.88% | - |
| XYZ | 29.12 | 36.49 | 76.74 | - |
| YUV | 128.96 | 182.19 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 176 | 225 | 1 | 0.22 | 0 | 0.12 | 193.07 | 1 | 0.44 |
| Hex | 0 | B0 | E1 | 64 | 16 | 0 | C | C1 | 64 | 2C |
| Octal | 0 | 260 | 341 | 144 | 26 | 0 | 14 | 301 | 144 | 54 |
| Binary | 0 | 10110000 | 11100001 | 1100100 | 10110 | 0 | 1100 | 11000001 | 1100100 | 101100 |
Color Harmonies of #00B0E1
Complementary color
Monochromatic Colors of #00B0E1
Black with #00B0E1
Text Example
Text Example
White with #00B0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B0E1; }
p { color: rgb(0,176,225); }
H1.HeaderClassName
{
color: #00B0E1;
}
.AnyTagClassName
{
color: #00B0E1;
}
</style>
background-color css
<style>
a { background-color: #00B0E1; }
a { background-color: rgb(0,176,225); }
div.DivClassName
{
background-color: #00B0E1;
}
.BgClassName
{
background-color: #00B0E1;
}
</style>
border-color css
<style>
span { border-color: #00B0E1; }
span { border-color: rgb(0,176,225); }
td.TdClassName
{
border-color: #00B0E1;
}
.TagClassName
{
border-color: #00B0E1;
}
</style>