Shades of Iris Blue #04BAB5
Tints of Iris Blue #04BAB5
RGB
CMYK
RGB Variations
Color information
#04BAB5 (or 0x04BAB5) is known color: Iris Blue. HEX triplet: 04, BA and B5. RGB value is (4,186,181). Sum of RGB (Red+Green+Blue) = 4+186+181=371 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #04BAB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BAB5 is #FB454A. Grayscale: #828282. Windows color (decimal): -16467275 or 11909636. OLE color: 11909636.
HSL color Cylindrical-coordinate representation of color #04BAB5: hue angle of 178.35º 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 #04BAB5 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 186 | 181 | - |
| CMYK | 0.98 | 0 | 0.03 | 0.27 |
| HSL | 178.35º | 0.96% | 0.37% | - |
| HSV(B) | 178.35º | 0.98% | 0.73% | - |
| XYZ | 25.95 | 38.48 | 49.78 | - |
| YUV | 131.01 | 156.2 | 37.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 181 | 0.98 | 0 | 0.03 | 0.27 | 178.35 | 0.96 | 0.37 |
| Hex | 4 | BA | B5 | 62 | 0 | 3 | 1B | B2 | 60 | 25 |
| Octal | 4 | 272 | 265 | 142 | 0 | 3 | 33 | 262 | 140 | 45 |
| Binary | 100 | 10111010 | 10110101 | 1100010 | 0 | 11 | 11011 | 10110010 | 1100000 | 100101 |
Color Harmonies of #04BAB5
Complementary color
Monochromatic Colors of #04BAB5
Black with #04BAB5
Text Example
Text Example
White with #04BAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BAB5; }
p { color: rgb(4,186,181); }
H1.HeaderClassName
{
color: #04BAB5;
}
.AnyTagClassName
{
color: #04BAB5;
}
</style>
background-color css
<style>
a { background-color: #04BAB5; }
a { background-color: rgb(4,186,181); }
div.DivClassName
{
background-color: #04BAB5;
}
.BgClassName
{
background-color: #04BAB5;
}
</style>
border-color css
<style>
span { border-color: #04BAB5; }
span { border-color: rgb(4,186,181); }
td.TdClassName
{
border-color: #04BAB5;
}
.TagClassName
{
border-color: #04BAB5;
}
</style>