Shades of Iris Blue #04B5D5
Tints of Iris Blue #04B5D5
RGB
CMYK
RGB Variations
Color information
#04B5D5 (or 0x04B5D5) is known color: Iris Blue. HEX triplet: 04, B5 and D5. RGB value is (4,181,213). Sum of RGB (Red+Green+Blue) = 4+181+213=398 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 213 (83.59% from 255 or 53.52% from 398); Max value from RGB is 213 - color contains mainly: blue. Hex color #04B5D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04B5D5 is #FB4A2A. Grayscale: #838383. Windows color (decimal): -16468523 or 14005508. OLE color: 14005508.
HSL color Cylindrical-coordinate representation of color #04B5D5: hue angle of 189.19º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B5D5 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 181 | 213 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.16 |
| HSL | 189.19º | 0.96% | 0.43% | - |
| HSV(B) | 189.19º | 0.98% | 0.84% | - |
| XYZ | 28.58 | 37.88 | 68.76 | - |
| YUV | 131.73 | 173.86 | 36.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 181 | 213 | 0.98 | 0.15 | 0 | 0.16 | 189.19 | 0.96 | 0.43 |
| Hex | 4 | B5 | D5 | 62 | F | 0 | 10 | BD | 60 | 2B |
| Octal | 4 | 265 | 325 | 142 | 17 | 0 | 20 | 275 | 140 | 53 |
| Binary | 100 | 10110101 | 11010101 | 1100010 | 1111 | 0 | 10000 | 10111101 | 1100000 | 101011 |
Color Harmonies of #04B5D5
Complementary color
Monochromatic Colors of #04B5D5
Black with #04B5D5
Text Example
Text Example
White with #04B5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B5D5; }
p { color: rgb(4,181,213); }
H1.HeaderClassName
{
color: #04B5D5;
}
.AnyTagClassName
{
color: #04B5D5;
}
</style>
background-color css
<style>
a { background-color: #04B5D5; }
a { background-color: rgb(4,181,213); }
div.DivClassName
{
background-color: #04B5D5;
}
.BgClassName
{
background-color: #04B5D5;
}
</style>
border-color css
<style>
span { border-color: #04B5D5; }
span { border-color: rgb(4,181,213); }
td.TdClassName
{
border-color: #04B5D5;
}
.TagClassName
{
border-color: #04B5D5;
}
</style>