Shades of Iris Blue #04B5C6
Tints of Iris Blue #04B5C6
RGB
CMYK
RGB Variations
Color information
#04B5C6 (or 0x04B5C6) is known color: Iris Blue. HEX triplet: 04, B5 and C6. RGB value is (4,181,198). Sum of RGB (Red+Green+Blue) = 4+181+198=383 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 198 (77.73% from 255 or 51.70% from 383); Max value from RGB is 198 - color contains mainly: blue. Hex color #04B5C6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04B5C6 is #FB4A39. Grayscale: #818181. Windows color (decimal): -16468538 or 13022468. OLE color: 13022468.
HSL color Cylindrical-coordinate representation of color #04B5C6: hue angle of 185.26º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B5C6 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 181 | 198 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.22 |
| HSL | 185.26º | 0.96% | 0.4% | - |
| HSV(B) | 185.26º | 0.98% | 0.78% | - |
| XYZ | 26.77 | 37.15 | 59.19 | - |
| YUV | 130.02 | 166.36 | 38.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 181 | 198 | 0.98 | 0.09 | 0 | 0.22 | 185.26 | 0.96 | 0.4 |
| Hex | 4 | B5 | C6 | 62 | 9 | 0 | 16 | B9 | 60 | 28 |
| Octal | 4 | 265 | 306 | 142 | 11 | 0 | 26 | 271 | 140 | 50 |
| Binary | 100 | 10110101 | 11000110 | 1100010 | 1001 | 0 | 10110 | 10111001 | 1100000 | 101000 |
Color Harmonies of #04B5C6
Complementary color
Monochromatic Colors of #04B5C6
Black with #04B5C6
Text Example
Text Example
White with #04B5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B5C6; }
p { color: rgb(4,181,198); }
H1.HeaderClassName
{
color: #04B5C6;
}
.AnyTagClassName
{
color: #04B5C6;
}
</style>
background-color css
<style>
a { background-color: #04B5C6; }
a { background-color: rgb(4,181,198); }
div.DivClassName
{
background-color: #04B5C6;
}
.BgClassName
{
background-color: #04B5C6;
}
</style>
border-color css
<style>
span { border-color: #04B5C6; }
span { border-color: rgb(4,181,198); }
td.TdClassName
{
border-color: #04B5C6;
}
.TagClassName
{
border-color: #04B5C6;
}
</style>