Shades of Iris Blue #04BECF
Tints of Iris Blue #04BECF
RGB
CMYK
RGB Variations
Color information
#04BECF (or 0x04BECF) is known color: Iris Blue. HEX triplet: 04, BE and CF. RGB value is (4,190,207). Sum of RGB (Red+Green+Blue) = 4+190+207=401 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #04BECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BECF is #FB4130. Grayscale: #888888. Windows color (decimal): -16466225 or 13614596. OLE color: 13614596.
HSL color Cylindrical-coordinate representation of color #04BECF: hue angle of 185.02º 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 #04BECF is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 190 | 207 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.19 |
| HSL | 185.02º | 0.96% | 0.41% | - |
| HSV(B) | 185.02º | 0.98% | 0.81% | - |
| XYZ | 29.73 | 41.36 | 65.45 | - |
| YUV | 136.32 | 167.88 | 33.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 190 | 207 | 0.98 | 0.08 | 0 | 0.19 | 185.02 | 0.96 | 0.41 |
| Hex | 4 | BE | CF | 62 | 8 | 0 | 13 | B9 | 60 | 29 |
| Octal | 4 | 276 | 317 | 142 | 10 | 0 | 23 | 271 | 140 | 51 |
| Binary | 100 | 10111110 | 11001111 | 1100010 | 1000 | 0 | 10011 | 10111001 | 1100000 | 101001 |
Color Harmonies of #04BECF
Complementary color
Monochromatic Colors of #04BECF
Black with #04BECF
Text Example
Text Example
White with #04BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BECF; }
p { color: rgb(4,190,207); }
H1.HeaderClassName
{
color: #04BECF;
}
.AnyTagClassName
{
color: #04BECF;
}
</style>
background-color css
<style>
a { background-color: #04BECF; }
a { background-color: rgb(4,190,207); }
div.DivClassName
{
background-color: #04BECF;
}
.BgClassName
{
background-color: #04BECF;
}
</style>
border-color css
<style>
span { border-color: #04BECF; }
span { border-color: rgb(4,190,207); }
td.TdClassName
{
border-color: #04BECF;
}
.TagClassName
{
border-color: #04BECF;
}
</style>