Shades of Iris Blue #04B8BA
Tints of Iris Blue #04B8BA
RGB
CMYK
RGB Variations
Color information
#04B8BA (or 0x04B8BA) is known color: Iris Blue. HEX triplet: 04, B8 and BA. RGB value is (4,184,186). Sum of RGB (Red+Green+Blue) = 4+184+186=374 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #04B8BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04B8BA is #FB4745. Grayscale: #828282. Windows color (decimal): -16467782 or 12236804. OLE color: 12236804.
HSL color Cylindrical-coordinate representation of color #04B8BA: hue angle of 180.66º 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 #04B8BA is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 184 | 186 | - |
| CMYK | 0.98 | 0.01 | 0 | 0.27 |
| HSL | 180.66º | 0.96% | 0.37% | - |
| HSV(B) | 180.66º | 0.98% | 0.73% | - |
| XYZ | 26.05 | 37.85 | 52.39 | - |
| YUV | 130.41 | 159.37 | 37.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 184 | 186 | 0.98 | 0.01 | 0 | 0.27 | 180.66 | 0.96 | 0.37 |
| Hex | 4 | B8 | BA | 62 | 1 | 0 | 1B | B5 | 60 | 25 |
| Octal | 4 | 270 | 272 | 142 | 1 | 0 | 33 | 265 | 140 | 45 |
| Binary | 100 | 10111000 | 10111010 | 1100010 | 1 | 0 | 11011 | 10110101 | 1100000 | 100101 |
Color Harmonies of #04B8BA
Complementary color
Monochromatic Colors of #04B8BA
Black with #04B8BA
Text Example
Text Example
White with #04B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B8BA; }
p { color: rgb(4,184,186); }
H1.HeaderClassName
{
color: #04B8BA;
}
.AnyTagClassName
{
color: #04B8BA;
}
</style>
background-color css
<style>
a { background-color: #04B8BA; }
a { background-color: rgb(4,184,186); }
div.DivClassName
{
background-color: #04B8BA;
}
.BgClassName
{
background-color: #04B8BA;
}
</style>
border-color css
<style>
span { border-color: #04B8BA; }
span { border-color: rgb(4,184,186); }
td.TdClassName
{
border-color: #04B8BA;
}
.TagClassName
{
border-color: #04B8BA;
}
</style>