Shades of Iris Blue #00B7D5
Tints of Iris Blue #00B7D5
RGB
CMYK
RGB Variations
Color information
#00B7D5 (or 0x00B7D5) is known color: Iris Blue. HEX triplet: 00, B7 and D5. RGB value is (0,183,213). Sum of RGB (Red+Green+Blue) = 0+183+213=396 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 213 (83.59% from 255 or 53.79% from 396); Max value from RGB is 213 - color contains mainly: blue. Hex color #00B7D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B7D5 is #FF482A. Grayscale: #838383. Windows color (decimal): -16730155 or 14006016. OLE color: 14006016.
HSL color Cylindrical-coordinate representation of color #00B7D5: hue angle of 188.45º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B7D5 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 183 | 213 | - |
| CMYK | 1 | 0.14 | 0 | 0.16 |
| HSL | 188.45º | 1% | 0.42% | - |
| HSV(B) | 188.45º | 1% | 0.84% | - |
| XYZ | 28.94 | 38.67 | 68.89 | - |
| YUV | 131.7 | 173.87 | 34.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 213 | 1 | 0.14 | 0 | 0.16 | 188.45 | 1 | 0.42 |
| Hex | 0 | B7 | D5 | 64 | E | 0 | 10 | BC | 64 | 2A |
| Octal | 0 | 267 | 325 | 144 | 16 | 0 | 20 | 274 | 144 | 52 |
| Binary | 0 | 10110111 | 11010101 | 1100100 | 1110 | 0 | 10000 | 10111100 | 1100100 | 101010 |
Color Harmonies of #00B7D5
Complementary color
Monochromatic Colors of #00B7D5
Black with #00B7D5
Text Example
Text Example
White with #00B7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B7D5; }
p { color: rgb(0,183,213); }
H1.HeaderClassName
{
color: #00B7D5;
}
.AnyTagClassName
{
color: #00B7D5;
}
</style>
background-color css
<style>
a { background-color: #00B7D5; }
a { background-color: rgb(0,183,213); }
div.DivClassName
{
background-color: #00B7D5;
}
.BgClassName
{
background-color: #00B7D5;
}
</style>
border-color css
<style>
span { border-color: #00B7D5; }
span { border-color: rgb(0,183,213); }
td.TdClassName
{
border-color: #00B7D5;
}
.TagClassName
{
border-color: #00B7D5;
}
</style>