Shades of Iris Blue #00BAD1
Tints of Iris Blue #00BAD1
RGB
CMYK
RGB Variations
Color information
#00BAD1 (or 0x00BAD1) is known color: Iris Blue. HEX triplet: 00, BA and D1. RGB value is (0,186,209). Sum of RGB (Red+Green+Blue) = 0+186+209=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #00BAD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BAD1 is #FF452E. Grayscale: #848484. Windows color (decimal): -16729391 or 13744640. OLE color: 13744640.
HSL color Cylindrical-coordinate representation of color #00BAD1: hue angle of 186.6º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BAD1 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 186 | 209 | - |
| CMYK | 1 | 0.11 | 0 | 0.18 |
| HSL | 186.6º | 1% | 0.41% | - |
| HSV(B) | 186.6º | 1% | 0.82% | - |
| XYZ | 29.07 | 39.72 | 66.46 | - |
| YUV | 133.01 | 170.88 | 33.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 186 | 209 | 1 | 0.11 | 0 | 0.18 | 186.6 | 1 | 0.41 |
| Hex | 0 | BA | D1 | 64 | B | 0 | 12 | BB | 64 | 29 |
| Octal | 0 | 272 | 321 | 144 | 13 | 0 | 22 | 273 | 144 | 51 |
| Binary | 0 | 10111010 | 11010001 | 1100100 | 1011 | 0 | 10010 | 10111011 | 1100100 | 101001 |
Color Harmonies of #00BAD1
Complementary color
Monochromatic Colors of #00BAD1
Black with #00BAD1
Text Example
Text Example
White with #00BAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BAD1; }
p { color: rgb(0,186,209); }
H1.HeaderClassName
{
color: #00BAD1;
}
.AnyTagClassName
{
color: #00BAD1;
}
</style>
background-color css
<style>
a { background-color: #00BAD1; }
a { background-color: rgb(0,186,209); }
div.DivClassName
{
background-color: #00BAD1;
}
.BgClassName
{
background-color: #00BAD1;
}
</style>
border-color css
<style>
span { border-color: #00BAD1; }
span { border-color: rgb(0,186,209); }
td.TdClassName
{
border-color: #00BAD1;
}
.TagClassName
{
border-color: #00BAD1;
}
</style>