Shades of Iris Blue #04BDC5
Tints of Iris Blue #04BDC5
RGB
CMYK
RGB Variations
Color information
#04BDC5 (or 0x04BDC5) is known color: Iris Blue. HEX triplet: 04, BD and C5. RGB value is (4,189,197). Sum of RGB (Red+Green+Blue) = 4+189+197=390 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 197 (77.34% from 255 or 50.51% from 390); Max value from RGB is 197 - color contains mainly: blue. Hex color #04BDC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BDC5 is #FB423A. Grayscale: #868686. Windows color (decimal): -16466491 or 12958980. OLE color: 12958980.
HSL color Cylindrical-coordinate representation of color #04BDC5: hue angle of 182.49º 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 #04BDC5 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 189 | 197 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.23 |
| HSL | 182.49º | 0.96% | 0.39% | - |
| HSV(B) | 182.49º | 0.98% | 0.77% | - |
| XYZ | 28.33 | 40.45 | 59.14 | - |
| YUV | 134.6 | 163.21 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 197 | 0.98 | 0.04 | 0 | 0.23 | 182.49 | 0.96 | 0.39 |
| Hex | 4 | BD | C5 | 62 | 4 | 0 | 17 | B6 | 60 | 27 |
| Octal | 4 | 275 | 305 | 142 | 4 | 0 | 27 | 266 | 140 | 47 |
| Binary | 100 | 10111101 | 11000101 | 1100010 | 100 | 0 | 10111 | 10110110 | 1100000 | 100111 |
Color Harmonies of #04BDC5
Complementary color
Monochromatic Colors of #04BDC5
Black with #04BDC5
Text Example
Text Example
White with #04BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BDC5; }
p { color: rgb(4,189,197); }
H1.HeaderClassName
{
color: #04BDC5;
}
.AnyTagClassName
{
color: #04BDC5;
}
</style>
background-color css
<style>
a { background-color: #04BDC5; }
a { background-color: rgb(4,189,197); }
div.DivClassName
{
background-color: #04BDC5;
}
.BgClassName
{
background-color: #04BDC5;
}
</style>
border-color css
<style>
span { border-color: #04BDC5; }
span { border-color: rgb(4,189,197); }
td.TdClassName
{
border-color: #04BDC5;
}
.TagClassName
{
border-color: #04BDC5;
}
</style>