Shades of Iris Blue #04B3C5
Tints of Iris Blue #04B3C5
RGB
CMYK
RGB Variations
Color information
#04B3C5 (or 0x04B3C5) is known color: Iris Blue. HEX triplet: 04, B3 and C5. RGB value is (4,179,197). Sum of RGB (Red+Green+Blue) = 4+179+197=380 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 197 (77.34% from 255 or 51.84% from 380); Max value from RGB is 197 - color contains mainly: blue. Hex color #04B3C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04B3C5 is #FB4C3A. Grayscale: #808080. Windows color (decimal): -16469051 or 12956420. OLE color: 12956420.
HSL color Cylindrical-coordinate representation of color #04B3C5: hue angle of 185.6º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B3C5 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 179 | 197 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.23 |
| HSL | 185.6º | 0.96% | 0.39% | - |
| HSV(B) | 185.6º | 0.98% | 0.77% | - |
| XYZ | 26.25 | 36.3 | 58.45 | - |
| YUV | 128.73 | 166.52 | 39.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 179 | 197 | 0.98 | 0.09 | 0 | 0.23 | 185.6 | 0.96 | 0.39 |
| Hex | 4 | B3 | C5 | 62 | 9 | 0 | 17 | BA | 60 | 27 |
| Octal | 4 | 263 | 305 | 142 | 11 | 0 | 27 | 272 | 140 | 47 |
| Binary | 100 | 10110011 | 11000101 | 1100010 | 1001 | 0 | 10111 | 10111010 | 1100000 | 100111 |
Color Harmonies of #04B3C5
Complementary color
Monochromatic Colors of #04B3C5
Black with #04B3C5
Text Example
Text Example
White with #04B3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B3C5; }
p { color: rgb(4,179,197); }
H1.HeaderClassName
{
color: #04B3C5;
}
.AnyTagClassName
{
color: #04B3C5;
}
</style>
background-color css
<style>
a { background-color: #04B3C5; }
a { background-color: rgb(4,179,197); }
div.DivClassName
{
background-color: #04B3C5;
}
.BgClassName
{
background-color: #04B3C5;
}
</style>
border-color css
<style>
span { border-color: #04B3C5; }
span { border-color: rgb(4,179,197); }
td.TdClassName
{
border-color: #04B3C5;
}
.TagClassName
{
border-color: #04B3C5;
}
</style>