Shades of Iris Blue #00BADB
Tints of Iris Blue #00BADB
RGB
CMYK
RGB Variations
Color information
#00BADB (or 0x00BADB) is known color: Iris Blue. HEX triplet: 00, BA and DB. RGB value is (0,186,219). Sum of RGB (Red+Green+Blue) = 0+186+219=405 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #00BADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BADB is #FF4524. Grayscale: #858585. Windows color (decimal): -16729381 or 14400000. OLE color: 14400000.
HSL color Cylindrical-coordinate representation of color #00BADB: hue angle of 189.04º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BADB is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 186 | 219 | - |
| CMYK | 1 | 0.15 | 0 | 0.14 |
| HSL | 189.04º | 1% | 0.43% | - |
| HSV(B) | 189.04º | 1% | 0.86% | - |
| XYZ | 30.35 | 40.23 | 73.18 | - |
| YUV | 134.15 | 175.88 | 32.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 186 | 219 | 1 | 0.15 | 0 | 0.14 | 189.04 | 1 | 0.43 |
| Hex | 0 | BA | DB | 64 | F | 0 | E | BD | 64 | 2B |
| Octal | 0 | 272 | 333 | 144 | 17 | 0 | 16 | 275 | 144 | 53 |
| Binary | 0 | 10111010 | 11011011 | 1100100 | 1111 | 0 | 1110 | 10111101 | 1100100 | 101011 |
Color Harmonies of #00BADB
Complementary color
Monochromatic Colors of #00BADB
Black with #00BADB
Text Example
Text Example
White with #00BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BADB; }
p { color: rgb(0,186,219); }
H1.HeaderClassName
{
color: #00BADB;
}
.AnyTagClassName
{
color: #00BADB;
}
</style>
background-color css
<style>
a { background-color: #00BADB; }
a { background-color: rgb(0,186,219); }
div.DivClassName
{
background-color: #00BADB;
}
.BgClassName
{
background-color: #00BADB;
}
</style>
border-color css
<style>
span { border-color: #00BADB; }
span { border-color: rgb(0,186,219); }
td.TdClassName
{
border-color: #00BADB;
}
.TagClassName
{
border-color: #00BADB;
}
</style>