Shades of Iris Blue #04B2DC
Tints of Iris Blue #04B2DC
RGB
CMYK
RGB Variations
Color information
#04B2DC (or 0x04B2DC) is known color: Iris Blue. HEX triplet: 04, B2 and DC. RGB value is (4,178,220). Sum of RGB (Red+Green+Blue) = 4+178+220=402 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #04B2DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04B2DC is #FB4D23. Grayscale: #828282. Windows color (decimal): -16469284 or 14463492. OLE color: 14463492.
HSL color Cylindrical-coordinate representation of color #04B2DC: hue angle of 191.67º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B2DC is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 178 | 220 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.14 |
| HSL | 191.67º | 0.96% | 0.44% | - |
| HSV(B) | 191.67º | 0.98% | 0.86% | - |
| XYZ | 28.89 | 37.03 | 73.34 | - |
| YUV | 130.76 | 178.35 | 37.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 178 | 220 | 0.98 | 0.19 | 0 | 0.14 | 191.67 | 0.96 | 0.44 |
| Hex | 4 | B2 | DC | 62 | 13 | 0 | E | C0 | 60 | 2C |
| Octal | 4 | 262 | 334 | 142 | 23 | 0 | 16 | 300 | 140 | 54 |
| Binary | 100 | 10110010 | 11011100 | 1100010 | 10011 | 0 | 1110 | 11000000 | 1100000 | 101100 |
Color Harmonies of #04B2DC
Complementary color
Monochromatic Colors of #04B2DC
Black with #04B2DC
Text Example
Text Example
White with #04B2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B2DC; }
p { color: rgb(4,178,220); }
H1.HeaderClassName
{
color: #04B2DC;
}
.AnyTagClassName
{
color: #04B2DC;
}
</style>
background-color css
<style>
a { background-color: #04B2DC; }
a { background-color: rgb(4,178,220); }
div.DivClassName
{
background-color: #04B2DC;
}
.BgClassName
{
background-color: #04B2DC;
}
</style>
border-color css
<style>
span { border-color: #04B2DC; }
span { border-color: rgb(4,178,220); }
td.TdClassName
{
border-color: #04B2DC;
}
.TagClassName
{
border-color: #04B2DC;
}
</style>