Shades of Iris Blue #00B8B7
Tints of Iris Blue #00B8B7
RGB
CMYK
RGB Variations
Color information
#00B8B7 (or 0x00B8B7) is known color: Iris Blue. HEX triplet: 00, B8 and B7. RGB value is (0,184,183). Sum of RGB (Red+Green+Blue) = 0+184+183=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 184 (72.27% from 255 or 50.14% from 367); Blue value is 183 (71.88% from 255 or 49.86% from 367); Max value from RGB is 184 - color contains mainly: green. Hex color #00B8B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B8B7 is #FF4748. Grayscale: #808080. Windows color (decimal): -16729929 or 12040192. OLE color: 12040192.
HSL color Cylindrical-coordinate representation of color #00B8B7: hue angle of 179.67º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B8B7 is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 184 | 183 | - |
| CMYK | 1 | 0 | 0.01 | 0.28 |
| HSL | 179.67º | 1% | 0.36% | - |
| HSV(B) | 179.67º | 1% | 0.72% | - |
| XYZ | 25.69 | 37.7 | 50.72 | - |
| YUV | 128.87 | 158.54 | 36.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 184 | 183 | 1 | 0 | 0.01 | 0.28 | 179.67 | 1 | 0.36 |
| Hex | 0 | B8 | B7 | 64 | 0 | 1 | 1C | B4 | 64 | 24 |
| Octal | 0 | 270 | 267 | 144 | 0 | 1 | 34 | 264 | 144 | 44 |
| Binary | 0 | 10111000 | 10110111 | 1100100 | 0 | 1 | 11100 | 10110100 | 1100100 | 100100 |
Color Harmonies of #00B8B7
Complementary color
Monochromatic Colors of #00B8B7
Black with #00B8B7
Text Example
Text Example
White with #00B8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B8B7; }
p { color: rgb(0,184,183); }
H1.HeaderClassName
{
color: #00B8B7;
}
.AnyTagClassName
{
color: #00B8B7;
}
</style>
background-color css
<style>
a { background-color: #00B8B7; }
a { background-color: rgb(0,184,183); }
div.DivClassName
{
background-color: #00B8B7;
}
.BgClassName
{
background-color: #00B8B7;
}
</style>
border-color css
<style>
span { border-color: #00B8B7; }
span { border-color: rgb(0,184,183); }
td.TdClassName
{
border-color: #00B8B7;
}
.TagClassName
{
border-color: #00B8B7;
}
</style>