Shades of Iris Blue #04BCD6
Tints of Iris Blue #04BCD6
RGB
CMYK
RGB Variations
Color information
#04BCD6 (or 0x04BCD6) is known color: Iris Blue. HEX triplet: 04, BC and D6. RGB value is (4,188,214). Sum of RGB (Red+Green+Blue) = 4+188+214=406 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 214 (83.98% from 255 or 52.71% from 406); Max value from RGB is 214 - color contains mainly: blue. Hex color #04BCD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BCD6 is #FB4329. Grayscale: #878787. Windows color (decimal): -16466730 or 14072836. OLE color: 14072836.
HSL color Cylindrical-coordinate representation of color #04BCD6: hue angle of 187.43º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BCD6 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 188 | 214 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.16 |
| HSL | 187.43º | 0.96% | 0.43% | - |
| HSV(B) | 187.43º | 0.98% | 0.84% | - |
| XYZ | 30.17 | 40.85 | 69.91 | - |
| YUV | 135.95 | 172.04 | 33.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 214 | 0.98 | 0.12 | 0 | 0.16 | 187.43 | 0.96 | 0.43 |
| Hex | 4 | BC | D6 | 62 | C | 0 | 10 | BB | 60 | 2B |
| Octal | 4 | 274 | 326 | 142 | 14 | 0 | 20 | 273 | 140 | 53 |
| Binary | 100 | 10111100 | 11010110 | 1100010 | 1100 | 0 | 10000 | 10111011 | 1100000 | 101011 |
Color Harmonies of #04BCD6
Complementary color
Monochromatic Colors of #04BCD6
Black with #04BCD6
Text Example
Text Example
White with #04BCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BCD6; }
p { color: rgb(4,188,214); }
H1.HeaderClassName
{
color: #04BCD6;
}
.AnyTagClassName
{
color: #04BCD6;
}
</style>
background-color css
<style>
a { background-color: #04BCD6; }
a { background-color: rgb(4,188,214); }
div.DivClassName
{
background-color: #04BCD6;
}
.BgClassName
{
background-color: #04BCD6;
}
</style>
border-color css
<style>
span { border-color: #04BCD6; }
span { border-color: rgb(4,188,214); }
td.TdClassName
{
border-color: #04BCD6;
}
.TagClassName
{
border-color: #04BCD6;
}
</style>