Shades of Iris Blue #04B4DF
Tints of Iris Blue #04B4DF
RGB
CMYK
RGB Variations
Color information
#04B4DF (or 0x04B4DF) is known color: Iris Blue. HEX triplet: 04, B4 and DF. RGB value is (4,180,223). Sum of RGB (Red+Green+Blue) = 4+180+223=407 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #04B4DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04B4DF is #FB4B20. Grayscale: #838383. Windows color (decimal): -16468769 or 14660612. OLE color: 14660612.
HSL color Cylindrical-coordinate representation of color #04B4DF: hue angle of 191.78º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B4DF is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 180 | 223 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.13 |
| HSL | 191.78º | 0.96% | 0.45% | - |
| HSV(B) | 191.78º | 0.98% | 0.87% | - |
| XYZ | 29.69 | 38 | 75.58 | - |
| YUV | 132.28 | 179.19 | 36.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 180 | 223 | 0.98 | 0.19 | 0 | 0.13 | 191.78 | 0.96 | 0.45 |
| Hex | 4 | B4 | DF | 62 | 13 | 0 | D | C0 | 60 | 2D |
| Octal | 4 | 264 | 337 | 142 | 23 | 0 | 15 | 300 | 140 | 55 |
| Binary | 100 | 10110100 | 11011111 | 1100010 | 10011 | 0 | 1101 | 11000000 | 1100000 | 101101 |
Color Harmonies of #04B4DF
Complementary color
Monochromatic Colors of #04B4DF
Black with #04B4DF
Text Example
Text Example
White with #04B4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B4DF; }
p { color: rgb(4,180,223); }
H1.HeaderClassName
{
color: #04B4DF;
}
.AnyTagClassName
{
color: #04B4DF;
}
</style>
background-color css
<style>
a { background-color: #04B4DF; }
a { background-color: rgb(4,180,223); }
div.DivClassName
{
background-color: #04B4DF;
}
.BgClassName
{
background-color: #04B4DF;
}
</style>
border-color css
<style>
span { border-color: #04B4DF; }
span { border-color: rgb(4,180,223); }
td.TdClassName
{
border-color: #04B4DF;
}
.TagClassName
{
border-color: #04B4DF;
}
</style>