Shades of Iris Blue #04BDC2
Tints of Iris Blue #04BDC2
RGB
CMYK
RGB Variations
Color information
#04BDC2 (or 0x04BDC2) is known color: Iris Blue. HEX triplet: 04, BD and C2. RGB value is (4,189,194). Sum of RGB (Red+Green+Blue) = 4+189+194=387 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 194 (76.17% from 255 or 50.13% from 387); Max value from RGB is 194 - color contains mainly: blue. Hex color #04BDC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BDC2 is #FB423D. Grayscale: #868686. Windows color (decimal): -16466494 or 12762372. OLE color: 12762372.
HSL color Cylindrical-coordinate representation of color #04BDC2: hue angle of 181.58º 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 #04BDC2 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 189 | 194 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.24 |
| HSL | 181.58º | 0.96% | 0.39% | - |
| HSV(B) | 181.58º | 0.98% | 0.76% | - |
| XYZ | 27.99 | 40.32 | 57.35 | - |
| YUV | 134.26 | 161.71 | 35.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 194 | 0.98 | 0.03 | 0 | 0.24 | 181.58 | 0.96 | 0.39 |
| Hex | 4 | BD | C2 | 62 | 3 | 0 | 18 | B6 | 60 | 27 |
| Octal | 4 | 275 | 302 | 142 | 3 | 0 | 30 | 266 | 140 | 47 |
| Binary | 100 | 10111101 | 11000010 | 1100010 | 11 | 0 | 11000 | 10110110 | 1100000 | 100111 |
Color Harmonies of #04BDC2
Complementary color
Monochromatic Colors of #04BDC2
Black with #04BDC2
Text Example
Text Example
White with #04BDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BDC2; }
p { color: rgb(4,189,194); }
H1.HeaderClassName
{
color: #04BDC2;
}
.AnyTagClassName
{
color: #04BDC2;
}
</style>
background-color css
<style>
a { background-color: #04BDC2; }
a { background-color: rgb(4,189,194); }
div.DivClassName
{
background-color: #04BDC2;
}
.BgClassName
{
background-color: #04BDC2;
}
</style>
border-color css
<style>
span { border-color: #04BDC2; }
span { border-color: rgb(4,189,194); }
td.TdClassName
{
border-color: #04BDC2;
}
.TagClassName
{
border-color: #04BDC2;
}
</style>