Shades of Iris Blue #04BECE
Tints of Iris Blue #04BECE
RGB
CMYK
RGB Variations
Color information
#04BECE (or 0x04BECE) is known color: Iris Blue. HEX triplet: 04, BE and CE. RGB value is (4,190,206). Sum of RGB (Red+Green+Blue) = 4+190+206=400 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #04BECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BECE is #FB4131. Grayscale: #878787. Windows color (decimal): -16466226 or 13549060. OLE color: 13549060.
HSL color Cylindrical-coordinate representation of color #04BECE: hue angle of 184.75º 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 #04BECE is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 190 | 206 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.19 |
| HSL | 184.75º | 0.96% | 0.41% | - |
| HSV(B) | 184.75º | 0.98% | 0.81% | - |
| XYZ | 29.6 | 41.31 | 64.81 | - |
| YUV | 136.21 | 167.38 | 33.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 190 | 206 | 0.98 | 0.08 | 0 | 0.19 | 184.75 | 0.96 | 0.41 |
| Hex | 4 | BE | CE | 62 | 8 | 0 | 13 | B9 | 60 | 29 |
| Octal | 4 | 276 | 316 | 142 | 10 | 0 | 23 | 271 | 140 | 51 |
| Binary | 100 | 10111110 | 11001110 | 1100010 | 1000 | 0 | 10011 | 10111001 | 1100000 | 101001 |
Color Harmonies of #04BECE
Complementary color
Monochromatic Colors of #04BECE
Black with #04BECE
Text Example
Text Example
White with #04BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BECE; }
p { color: rgb(4,190,206); }
H1.HeaderClassName
{
color: #04BECE;
}
.AnyTagClassName
{
color: #04BECE;
}
</style>
background-color css
<style>
a { background-color: #04BECE; }
a { background-color: rgb(4,190,206); }
div.DivClassName
{
background-color: #04BECE;
}
.BgClassName
{
background-color: #04BECE;
}
</style>
border-color css
<style>
span { border-color: #04BECE; }
span { border-color: rgb(4,190,206); }
td.TdClassName
{
border-color: #04BECE;
}
.TagClassName
{
border-color: #04BECE;
}
</style>