Shades of Iris Blue #04B6D1
Tints of Iris Blue #04B6D1
RGB
CMYK
RGB Variations
Color information
#04B6D1 (or 0x04B6D1) is known color: Iris Blue. HEX triplet: 04, B6 and D1. RGB value is (4,182,209). Sum of RGB (Red+Green+Blue) = 4+182+209=395 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #04B6D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04B6D1 is #FB492E. Grayscale: #838383. Windows color (decimal): -16468271 or 13743620. OLE color: 13743620.
HSL color Cylindrical-coordinate representation of color #04B6D1: hue angle of 187.9º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B6D1 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 182 | 209 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.18 |
| HSL | 187.9º | 0.96% | 0.42% | - |
| HSV(B) | 187.9º | 0.98% | 0.82% | - |
| XYZ | 28.29 | 38.09 | 66.18 | - |
| YUV | 131.86 | 171.53 | 36.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 182 | 209 | 0.98 | 0.13 | 0 | 0.18 | 187.9 | 0.96 | 0.42 |
| Hex | 4 | B6 | D1 | 62 | D | 0 | 12 | BC | 60 | 2A |
| Octal | 4 | 266 | 321 | 142 | 15 | 0 | 22 | 274 | 140 | 52 |
| Binary | 100 | 10110110 | 11010001 | 1100010 | 1101 | 0 | 10010 | 10111100 | 1100000 | 101010 |
Color Harmonies of #04B6D1
Complementary color
Monochromatic Colors of #04B6D1
Black with #04B6D1
Text Example
Text Example
White with #04B6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B6D1; }
p { color: rgb(4,182,209); }
H1.HeaderClassName
{
color: #04B6D1;
}
.AnyTagClassName
{
color: #04B6D1;
}
</style>
background-color css
<style>
a { background-color: #04B6D1; }
a { background-color: rgb(4,182,209); }
div.DivClassName
{
background-color: #04B6D1;
}
.BgClassName
{
background-color: #04B6D1;
}
</style>
border-color css
<style>
span { border-color: #04B6D1; }
span { border-color: rgb(4,182,209); }
td.TdClassName
{
border-color: #04B6D1;
}
.TagClassName
{
border-color: #04B6D1;
}
</style>