Shades of Iris Blue #04BAC9
Tints of Iris Blue #04BAC9
RGB
CMYK
RGB Variations
Color information
#04BAC9 (or 0x04BAC9) is known color: Iris Blue. HEX triplet: 04, BA and C9. RGB value is (4,186,201). Sum of RGB (Red+Green+Blue) = 4+186+201=391 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #04BAC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BAC9 is #FB4536. Grayscale: #858585. Windows color (decimal): -16467255 or 13220356. OLE color: 13220356.
HSL color Cylindrical-coordinate representation of color #04BAC9: hue angle of 184.57º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BAC9 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 186 | 201 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.21 |
| HSL | 184.57º | 0.96% | 0.4% | - |
| HSV(B) | 184.57º | 0.98% | 0.79% | - |
| XYZ | 28.15 | 39.36 | 61.37 | - |
| YUV | 133.29 | 166.2 | 35.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 201 | 0.98 | 0.07 | 0 | 0.21 | 184.57 | 0.96 | 0.4 |
| Hex | 4 | BA | C9 | 62 | 7 | 0 | 15 | B9 | 60 | 28 |
| Octal | 4 | 272 | 311 | 142 | 7 | 0 | 25 | 271 | 140 | 50 |
| Binary | 100 | 10111010 | 11001001 | 1100010 | 111 | 0 | 10101 | 10111001 | 1100000 | 101000 |
Color Harmonies of #04BAC9
Complementary color
Monochromatic Colors of #04BAC9
Black with #04BAC9
Text Example
Text Example
White with #04BAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BAC9; }
p { color: rgb(4,186,201); }
H1.HeaderClassName
{
color: #04BAC9;
}
.AnyTagClassName
{
color: #04BAC9;
}
</style>
background-color css
<style>
a { background-color: #04BAC9; }
a { background-color: rgb(4,186,201); }
div.DivClassName
{
background-color: #04BAC9;
}
.BgClassName
{
background-color: #04BAC9;
}
</style>
border-color css
<style>
span { border-color: #04BAC9; }
span { border-color: rgb(4,186,201); }
td.TdClassName
{
border-color: #04BAC9;
}
.TagClassName
{
border-color: #04BAC9;
}
</style>