Shades of Iris Blue #04BAC3
Tints of Iris Blue #04BAC3
RGB
CMYK
RGB Variations
Color information
#04BAC3 (or 0x04BAC3) is known color: Iris Blue. HEX triplet: 04, BA and C3. RGB value is (4,186,195). Sum of RGB (Red+Green+Blue) = 4+186+195=385 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 195 (76.56% from 255 or 50.65% from 385); Max value from RGB is 195 - color contains mainly: blue. Hex color #04BAC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BAC3 is #FB453C. Grayscale: #848484. Windows color (decimal): -16467261 or 12827140. OLE color: 12827140.
HSL color Cylindrical-coordinate representation of color #04BAC3: hue angle of 182.83º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BAC3 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 186 | 195 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.24 |
| HSL | 182.83º | 0.96% | 0.39% | - |
| HSV(B) | 182.83º | 0.98% | 0.76% | - |
| XYZ | 27.46 | 39.08 | 57.73 | - |
| YUV | 132.61 | 163.2 | 36.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 195 | 0.98 | 0.05 | 0 | 0.24 | 182.83 | 0.96 | 0.39 |
| Hex | 4 | BA | C3 | 62 | 5 | 0 | 18 | B7 | 60 | 27 |
| Octal | 4 | 272 | 303 | 142 | 5 | 0 | 30 | 267 | 140 | 47 |
| Binary | 100 | 10111010 | 11000011 | 1100010 | 101 | 0 | 11000 | 10110111 | 1100000 | 100111 |
Color Harmonies of #04BAC3
Complementary color
Monochromatic Colors of #04BAC3
Black with #04BAC3
Text Example
Text Example
White with #04BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BAC3; }
p { color: rgb(4,186,195); }
H1.HeaderClassName
{
color: #04BAC3;
}
.AnyTagClassName
{
color: #04BAC3;
}
</style>
background-color css
<style>
a { background-color: #04BAC3; }
a { background-color: rgb(4,186,195); }
div.DivClassName
{
background-color: #04BAC3;
}
.BgClassName
{
background-color: #04BAC3;
}
</style>
border-color css
<style>
span { border-color: #04BAC3; }
span { border-color: rgb(4,186,195); }
td.TdClassName
{
border-color: #04BAC3;
}
.TagClassName
{
border-color: #04BAC3;
}
</style>