Shades of Iris Blue #04BCC5
Tints of Iris Blue #04BCC5
RGB
CMYK
RGB Variations
Color information
#04BCC5 (or 0x04BCC5) is known color: Iris Blue. HEX triplet: 04, BC and C5. RGB value is (4,188,197). Sum of RGB (Red+Green+Blue) = 4+188+197=389 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 197 (77.34% from 255 or 50.64% from 389); Max value from RGB is 197 - color contains mainly: blue. Hex color #04BCC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BCC5 is #FB433A. Grayscale: #858585. Windows color (decimal): -16466747 or 12958724. OLE color: 12958724.
HSL color Cylindrical-coordinate representation of color #04BCC5: hue angle of 182.8º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BCC5 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 188 | 197 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.23 |
| HSL | 182.8º | 0.96% | 0.39% | - |
| HSV(B) | 182.8º | 0.98% | 0.77% | - |
| XYZ | 28.11 | 40.02 | 59.07 | - |
| YUV | 134.01 | 163.54 | 35.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 197 | 0.98 | 0.05 | 0 | 0.23 | 182.8 | 0.96 | 0.39 |
| Hex | 4 | BC | C5 | 62 | 5 | 0 | 17 | B7 | 60 | 27 |
| Octal | 4 | 274 | 305 | 142 | 5 | 0 | 27 | 267 | 140 | 47 |
| Binary | 100 | 10111100 | 11000101 | 1100010 | 101 | 0 | 10111 | 10110111 | 1100000 | 100111 |
Color Harmonies of #04BCC5
Complementary color
Monochromatic Colors of #04BCC5
Black with #04BCC5
Text Example
Text Example
White with #04BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BCC5; }
p { color: rgb(4,188,197); }
H1.HeaderClassName
{
color: #04BCC5;
}
.AnyTagClassName
{
color: #04BCC5;
}
</style>
background-color css
<style>
a { background-color: #04BCC5; }
a { background-color: rgb(4,188,197); }
div.DivClassName
{
background-color: #04BCC5;
}
.BgClassName
{
background-color: #04BCC5;
}
</style>
border-color css
<style>
span { border-color: #04BCC5; }
span { border-color: rgb(4,188,197); }
td.TdClassName
{
border-color: #04BCC5;
}
.TagClassName
{
border-color: #04BCC5;
}
</style>