Shades of Iris Blue #00B8CE
Tints of Iris Blue #00B8CE
RGB
CMYK
RGB Variations
Color information
#00B8CE (or 0x00B8CE) is known color: Iris Blue. HEX triplet: 00, B8 and CE. RGB value is (0,184,206). Sum of RGB (Red+Green+Blue) = 0+184+206=390 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 390); Green value is 184 (72.27% from 255 or 47.18% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #00B8CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B8CE is #FF4731. Grayscale: #838383. Windows color (decimal): -16729906 or 13547520. OLE color: 13547520.
HSL color Cylindrical-coordinate representation of color #00B8CE: hue angle of 186.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B8CE is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 184 | 206 | - |
| CMYK | 1 | 0.11 | 0 | 0.19 |
| HSL | 186.41º | 1% | 0.4% | - |
| HSV(B) | 186.41º | 1% | 0.81% | - |
| XYZ | 28.28 | 38.74 | 64.38 | - |
| YUV | 131.49 | 170.04 | 34.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 184 | 206 | 1 | 0.11 | 0 | 0.19 | 186.41 | 1 | 0.4 |
| Hex | 0 | B8 | CE | 64 | B | 0 | 13 | BA | 64 | 28 |
| Octal | 0 | 270 | 316 | 144 | 13 | 0 | 23 | 272 | 144 | 50 |
| Binary | 0 | 10111000 | 11001110 | 1100100 | 1011 | 0 | 10011 | 10111010 | 1100100 | 101000 |
Color Harmonies of #00B8CE
Complementary color
Monochromatic Colors of #00B8CE
Black with #00B8CE
Text Example
Text Example
White with #00B8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B8CE; }
p { color: rgb(0,184,206); }
H1.HeaderClassName
{
color: #00B8CE;
}
.AnyTagClassName
{
color: #00B8CE;
}
</style>
background-color css
<style>
a { background-color: #00B8CE; }
a { background-color: rgb(0,184,206); }
div.DivClassName
{
background-color: #00B8CE;
}
.BgClassName
{
background-color: #00B8CE;
}
</style>
border-color css
<style>
span { border-color: #00B8CE; }
span { border-color: rgb(0,184,206); }
td.TdClassName
{
border-color: #00B8CE;
}
.TagClassName
{
border-color: #00B8CE;
}
</style>