Shades of Iris Blue #00B8D6
Tints of Iris Blue #00B8D6
RGB
CMYK
RGB Variations
Color information
#00B8D6 (or 0x00B8D6) is known color: Iris Blue. HEX triplet: 00, B8 and D6. RGB value is (0,184,214). Sum of RGB (Red+Green+Blue) = 0+184+214=398 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 214 (83.98% from 255 or 53.77% from 398); Max value from RGB is 214 - color contains mainly: blue. Hex color #00B8D6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B8D6 is #FF4729. Grayscale: #848484. Windows color (decimal): -16729898 or 14071808. OLE color: 14071808.
HSL color Cylindrical-coordinate representation of color #00B8D6: hue angle of 188.41º 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 #00B8D6 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 184 | 214 | - |
| CMYK | 1 | 0.14 | 0 | 0.16 |
| HSL | 188.41º | 1% | 0.42% | - |
| HSV(B) | 188.41º | 1% | 0.84% | - |
| XYZ | 29.28 | 39.14 | 69.63 | - |
| YUV | 132.4 | 174.04 | 33.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 184 | 214 | 1 | 0.14 | 0 | 0.16 | 188.41 | 1 | 0.42 |
| Hex | 0 | B8 | D6 | 64 | E | 0 | 10 | BC | 64 | 2A |
| Octal | 0 | 270 | 326 | 144 | 16 | 0 | 20 | 274 | 144 | 52 |
| Binary | 0 | 10111000 | 11010110 | 1100100 | 1110 | 0 | 10000 | 10111100 | 1100100 | 101010 |
Color Harmonies of #00B8D6
Complementary color
Monochromatic Colors of #00B8D6
Black with #00B8D6
Text Example
Text Example
White with #00B8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B8D6; }
p { color: rgb(0,184,214); }
H1.HeaderClassName
{
color: #00B8D6;
}
.AnyTagClassName
{
color: #00B8D6;
}
</style>
background-color css
<style>
a { background-color: #00B8D6; }
a { background-color: rgb(0,184,214); }
div.DivClassName
{
background-color: #00B8D6;
}
.BgClassName
{
background-color: #00B8D6;
}
</style>
border-color css
<style>
span { border-color: #00B8D6; }
span { border-color: rgb(0,184,214); }
td.TdClassName
{
border-color: #00B8D6;
}
.TagClassName
{
border-color: #00B8D6;
}
</style>