Shades of Iris Blue #04B5C1
Tints of Iris Blue #04B5C1
RGB
CMYK
RGB Variations
Color information
#04B5C1 (or 0x04B5C1) is known color: Iris Blue. HEX triplet: 04, B5 and C1. RGB value is (4,181,193). Sum of RGB (Red+Green+Blue) = 4+181+193=378 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #04B5C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04B5C1 is #FB4A3E. Grayscale: #818181. Windows color (decimal): -16468543 or 12694788. OLE color: 12694788.
HSL color Cylindrical-coordinate representation of color #04B5C1: hue angle of 183.81º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B5C1 is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 181 | 193 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.24 |
| HSL | 183.81º | 0.96% | 0.39% | - |
| HSV(B) | 183.81º | 0.98% | 0.76% | - |
| XYZ | 26.2 | 36.92 | 56.2 | - |
| YUV | 129.45 | 163.86 | 38.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 181 | 193 | 0.98 | 0.06 | 0 | 0.24 | 183.81 | 0.96 | 0.39 |
| Hex | 4 | B5 | C1 | 62 | 6 | 0 | 18 | B8 | 60 | 27 |
| Octal | 4 | 265 | 301 | 142 | 6 | 0 | 30 | 270 | 140 | 47 |
| Binary | 100 | 10110101 | 11000001 | 1100010 | 110 | 0 | 11000 | 10111000 | 1100000 | 100111 |
Color Harmonies of #04B5C1
Complementary color
Monochromatic Colors of #04B5C1
Black with #04B5C1
Text Example
Text Example
White with #04B5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B5C1; }
p { color: rgb(4,181,193); }
H1.HeaderClassName
{
color: #04B5C1;
}
.AnyTagClassName
{
color: #04B5C1;
}
</style>
background-color css
<style>
a { background-color: #04B5C1; }
a { background-color: rgb(4,181,193); }
div.DivClassName
{
background-color: #04B5C1;
}
.BgClassName
{
background-color: #04B5C1;
}
</style>
border-color css
<style>
span { border-color: #04B5C1; }
span { border-color: rgb(4,181,193); }
td.TdClassName
{
border-color: #04B5C1;
}
.TagClassName
{
border-color: #04B5C1;
}
</style>