Shades of Iris Blue #04BECC
Tints of Iris Blue #04BECC
RGB
CMYK
RGB Variations
Color information
#04BECC (or 0x04BECC) is known color: Iris Blue. HEX triplet: 04, BE and CC. RGB value is (4,190,204). Sum of RGB (Red+Green+Blue) = 4+190+204=398 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #04BECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BECC is #FB4133. Grayscale: #878787. Windows color (decimal): -16466228 or 13417988. OLE color: 13417988.
HSL color Cylindrical-coordinate representation of color #04BECC: hue angle of 184.2º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BECC is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 190 | 204 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.2 |
| HSL | 184.2º | 0.96% | 0.41% | - |
| HSV(B) | 184.2º | 0.98% | 0.8% | - |
| XYZ | 29.36 | 41.21 | 63.53 | - |
| YUV | 135.98 | 166.38 | 33.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 190 | 204 | 0.98 | 0.07 | 0 | 0.2 | 184.2 | 0.96 | 0.41 |
| Hex | 4 | BE | CC | 62 | 7 | 0 | 14 | B8 | 60 | 29 |
| Octal | 4 | 276 | 314 | 142 | 7 | 0 | 24 | 270 | 140 | 51 |
| Binary | 100 | 10111110 | 11001100 | 1100010 | 111 | 0 | 10100 | 10111000 | 1100000 | 101001 |
Color Harmonies of #04BECC
Complementary color
Monochromatic Colors of #04BECC
Black with #04BECC
Text Example
Text Example
White with #04BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BECC; }
p { color: rgb(4,190,204); }
H1.HeaderClassName
{
color: #04BECC;
}
.AnyTagClassName
{
color: #04BECC;
}
</style>
background-color css
<style>
a { background-color: #04BECC; }
a { background-color: rgb(4,190,204); }
div.DivClassName
{
background-color: #04BECC;
}
.BgClassName
{
background-color: #04BECC;
}
</style>
border-color css
<style>
span { border-color: #04BECC; }
span { border-color: rgb(4,190,204); }
td.TdClassName
{
border-color: #04BECC;
}
.TagClassName
{
border-color: #04BECC;
}
</style>