Shades of Iris Blue #04BAB7
Tints of Iris Blue #04BAB7
RGB
CMYK
RGB Variations
Color information
#04BAB7 (or 0x04BAB7) is known color: Iris Blue. HEX triplet: 04, BA and B7. RGB value is (4,186,183). Sum of RGB (Red+Green+Blue) = 4+186+183=373 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 183 (71.88% from 255 or 49.06% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #04BAB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BAB7 is #FB4548. Grayscale: #838383. Windows color (decimal): -16467273 or 12040708. OLE color: 12040708.
HSL color Cylindrical-coordinate representation of color #04BAB7: hue angle of 179.01º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BAB7 is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 186 | 183 | - |
| CMYK | 0.98 | 0 | 0.02 | 0.27 |
| HSL | 179.01º | 0.96% | 0.37% | - |
| HSV(B) | 179.01º | 0.98% | 0.73% | - |
| XYZ | 26.16 | 38.56 | 50.86 | - |
| YUV | 131.24 | 157.2 | 37.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 183 | 0.98 | 0 | 0.02 | 0.27 | 179.01 | 0.96 | 0.37 |
| Hex | 4 | BA | B7 | 62 | 0 | 2 | 1B | B3 | 60 | 25 |
| Octal | 4 | 272 | 267 | 142 | 0 | 2 | 33 | 263 | 140 | 45 |
| Binary | 100 | 10111010 | 10110111 | 1100010 | 0 | 10 | 11011 | 10110011 | 1100000 | 100101 |
Color Harmonies of #04BAB7
Complementary color
Monochromatic Colors of #04BAB7
Black with #04BAB7
Text Example
Text Example
White with #04BAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BAB7; }
p { color: rgb(4,186,183); }
H1.HeaderClassName
{
color: #04BAB7;
}
.AnyTagClassName
{
color: #04BAB7;
}
</style>
background-color css
<style>
a { background-color: #04BAB7; }
a { background-color: rgb(4,186,183); }
div.DivClassName
{
background-color: #04BAB7;
}
.BgClassName
{
background-color: #04BAB7;
}
</style>
border-color css
<style>
span { border-color: #04BAB7; }
span { border-color: rgb(4,186,183); }
td.TdClassName
{
border-color: #04BAB7;
}
.TagClassName
{
border-color: #04BAB7;
}
</style>