Shades of Iris Blue #04BDCD
Tints of Iris Blue #04BDCD
RGB
CMYK
RGB Variations
Color information
#04BDCD (or 0x04BDCD) is known color: Iris Blue. HEX triplet: 04, BD and CD. RGB value is (4,189,205). Sum of RGB (Red+Green+Blue) = 4+189+205=398 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #04BDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BDCD is #FB4232. Grayscale: #878787. Windows color (decimal): -16466483 or 13483268. OLE color: 13483268.
HSL color Cylindrical-coordinate representation of color #04BDCD: hue angle of 184.78º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BDCD is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 189 | 205 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.20 |
| HSL | 184.78º | 0.96% | 0.41% | - |
| HSV(B) | 184.78º | 0.98% | 0.8% | - |
| XYZ | 29.27 | 40.83 | 64.1 | - |
| YUV | 135.51 | 167.21 | 34.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 205 | 0.98 | 0.08 | 0 | 0.20 | 184.78 | 0.96 | 0.41 |
| Hex | 4 | BD | CD | 62 | 8 | 0 | 14 | B9 | 60 | 29 |
| Octal | 4 | 275 | 315 | 142 | 10 | 0 | 24 | 271 | 140 | 51 |
| Binary | 100 | 10111101 | 11001101 | 1100010 | 1000 | 0 | 10100 | 10111001 | 1100000 | 101001 |
Color Harmonies of #04BDCD
Complementary color
Monochromatic Colors of #04BDCD
Black with #04BDCD
Text Example
Text Example
White with #04BDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BDCD; }
p { color: rgb(4,189,205); }
H1.HeaderClassName
{
color: #04BDCD;
}
.AnyTagClassName
{
color: #04BDCD;
}
</style>
background-color css
<style>
a { background-color: #04BDCD; }
a { background-color: rgb(4,189,205); }
div.DivClassName
{
background-color: #04BDCD;
}
.BgClassName
{
background-color: #04BDCD;
}
</style>
border-color css
<style>
span { border-color: #04BDCD; }
span { border-color: rgb(4,189,205); }
td.TdClassName
{
border-color: #04BDCD;
}
.TagClassName
{
border-color: #04BDCD;
}
</style>