Shades of Iris Blue #00BACA
Tints of Iris Blue #00BACA
RGB
CMYK
RGB Variations
Color information
#00BACA (or 0x00BACA) is known color: Iris Blue. HEX triplet: 00, BA and CA. RGB value is (0,186,202). Sum of RGB (Red+Green+Blue) = 0+186+202=388 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #00BACA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BACA is #FF4535. Grayscale: #838383. Windows color (decimal): -16729398 or 13285888. OLE color: 13285888.
HSL color Cylindrical-coordinate representation of color #00BACA: hue angle of 184.75º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BACA is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 186 | 202 | - |
| CMYK | 1 | 0.08 | 0 | 0.21 |
| HSL | 184.75º | 1% | 0.4% | - |
| HSV(B) | 184.75º | 1% | 0.79% | - |
| XYZ | 28.22 | 39.38 | 61.99 | - |
| YUV | 132.21 | 167.38 | 33.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 186 | 202 | 1 | 0.08 | 0 | 0.21 | 184.75 | 1 | 0.4 |
| Hex | 0 | BA | CA | 64 | 8 | 0 | 15 | B9 | 64 | 28 |
| Octal | 0 | 272 | 312 | 144 | 10 | 0 | 25 | 271 | 144 | 50 |
| Binary | 0 | 10111010 | 11001010 | 1100100 | 1000 | 0 | 10101 | 10111001 | 1100100 | 101000 |
Color Harmonies of #00BACA
Complementary color
Monochromatic Colors of #00BACA
Black with #00BACA
Text Example
Text Example
White with #00BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BACA; }
p { color: rgb(0,186,202); }
H1.HeaderClassName
{
color: #00BACA;
}
.AnyTagClassName
{
color: #00BACA;
}
</style>
background-color css
<style>
a { background-color: #00BACA; }
a { background-color: rgb(0,186,202); }
div.DivClassName
{
background-color: #00BACA;
}
.BgClassName
{
background-color: #00BACA;
}
</style>
border-color css
<style>
span { border-color: #00BACA; }
span { border-color: rgb(0,186,202); }
td.TdClassName
{
border-color: #00BACA;
}
.TagClassName
{
border-color: #00BACA;
}
</style>