Shades of Iris Blue #04BCCE
Tints of Iris Blue #04BCCE
RGB
CMYK
RGB Variations
Color information
#04BCCE (or 0x04BCCE) is known color: Iris Blue. HEX triplet: 04, BC and CE. RGB value is (4,188,206). Sum of RGB (Red+Green+Blue) = 4+188+206=398 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #04BCCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BCCE is #FB4331. Grayscale: #868686. Windows color (decimal): -16466738 or 13548548. OLE color: 13548548.
HSL color Cylindrical-coordinate representation of color #04BCCE: hue angle of 185.35º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BCCE is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 188 | 206 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.19 |
| HSL | 185.35º | 0.96% | 0.41% | - |
| HSV(B) | 185.35º | 0.98% | 0.81% | - |
| XYZ | 29.17 | 40.45 | 64.66 | - |
| YUV | 135.04 | 168.04 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 206 | 0.98 | 0.09 | 0 | 0.19 | 185.35 | 0.96 | 0.41 |
| Hex | 4 | BC | CE | 62 | 9 | 0 | 13 | B9 | 60 | 29 |
| Octal | 4 | 274 | 316 | 142 | 11 | 0 | 23 | 271 | 140 | 51 |
| Binary | 100 | 10111100 | 11001110 | 1100010 | 1001 | 0 | 10011 | 10111001 | 1100000 | 101001 |
Color Harmonies of #04BCCE
Complementary color
Monochromatic Colors of #04BCCE
Black with #04BCCE
Text Example
Text Example
White with #04BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BCCE; }
p { color: rgb(4,188,206); }
H1.HeaderClassName
{
color: #04BCCE;
}
.AnyTagClassName
{
color: #04BCCE;
}
</style>
background-color css
<style>
a { background-color: #04BCCE; }
a { background-color: rgb(4,188,206); }
div.DivClassName
{
background-color: #04BCCE;
}
.BgClassName
{
background-color: #04BCCE;
}
</style>
border-color css
<style>
span { border-color: #04BCCE; }
span { border-color: rgb(4,188,206); }
td.TdClassName
{
border-color: #04BCCE;
}
.TagClassName
{
border-color: #04BCCE;
}
</style>