Shades of Iris Blue #04BAC8
Tints of Iris Blue #04BAC8
RGB
CMYK
RGB Variations
Color information
#04BAC8 (or 0x04BAC8) is known color: Iris Blue. HEX triplet: 04, BA and C8. RGB value is (4,186,200). Sum of RGB (Red+Green+Blue) = 4+186+200=390 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 200 (78.52% from 255 or 51.28% from 390); Max value from RGB is 200 - color contains mainly: blue. Hex color #04BAC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BAC8 is #FB4537. Grayscale: #848484. Windows color (decimal): -16467256 or 13154820. OLE color: 13154820.
HSL color Cylindrical-coordinate representation of color #04BAC8: hue angle of 184.29º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BAC8 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 186 | 200 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.22 |
| HSL | 184.29º | 0.96% | 0.4% | - |
| HSV(B) | 184.29º | 0.98% | 0.78% | - |
| XYZ | 28.03 | 39.31 | 60.75 | - |
| YUV | 133.18 | 165.7 | 35.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 200 | 0.98 | 0.07 | 0 | 0.22 | 184.29 | 0.96 | 0.4 |
| Hex | 4 | BA | C8 | 62 | 7 | 0 | 16 | B8 | 60 | 28 |
| Octal | 4 | 272 | 310 | 142 | 7 | 0 | 26 | 270 | 140 | 50 |
| Binary | 100 | 10111010 | 11001000 | 1100010 | 111 | 0 | 10110 | 10111000 | 1100000 | 101000 |
Color Harmonies of #04BAC8
Complementary color
Monochromatic Colors of #04BAC8
Black with #04BAC8
Text Example
Text Example
White with #04BAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BAC8; }
p { color: rgb(4,186,200); }
H1.HeaderClassName
{
color: #04BAC8;
}
.AnyTagClassName
{
color: #04BAC8;
}
</style>
background-color css
<style>
a { background-color: #04BAC8; }
a { background-color: rgb(4,186,200); }
div.DivClassName
{
background-color: #04BAC8;
}
.BgClassName
{
background-color: #04BAC8;
}
</style>
border-color css
<style>
span { border-color: #04BAC8; }
span { border-color: rgb(4,186,200); }
td.TdClassName
{
border-color: #04BAC8;
}
.TagClassName
{
border-color: #04BAC8;
}
</style>