Shades of Iris Blue #04BCD3
Tints of Iris Blue #04BCD3
RGB
CMYK
RGB Variations
Color information
#04BCD3 (or 0x04BCD3) is known color: Iris Blue. HEX triplet: 04, BC and D3. RGB value is (4,188,211). Sum of RGB (Red+Green+Blue) = 4+188+211=403 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 211 (82.81% from 255 or 52.36% from 403); Max value from RGB is 211 - color contains mainly: blue. Hex color #04BCD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BCD3 is #FB432C. Grayscale: #878787. Windows color (decimal): -16466733 or 13876228. OLE color: 13876228.
HSL color Cylindrical-coordinate representation of color #04BCD3: hue angle of 186.67º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BCD3 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 4 | 188 | 211 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.17 |
| HSL | 186.67º | 0.96% | 0.42% | - |
| HSV(B) | 186.67º | 0.98% | 0.83% | - |
| XYZ | 29.79 | 40.7 | 67.91 | - |
| YUV | 135.61 | 170.54 | 34.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 211 | 0.98 | 0.11 | 0 | 0.17 | 186.67 | 0.96 | 0.42 |
| Hex | 4 | BC | D3 | 62 | B | 0 | 11 | BB | 60 | 2A |
| Octal | 4 | 274 | 323 | 142 | 13 | 0 | 21 | 273 | 140 | 52 |
| Binary | 100 | 10111100 | 11010011 | 1100010 | 1011 | 0 | 10001 | 10111011 | 1100000 | 101010 |
Color Harmonies of #04BCD3
Complementary color
Monochromatic Colors of #04BCD3
Black with #04BCD3
Text Example
Text Example
White with #04BCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BCD3; }
p { color: rgb(4,188,211); }
H1.HeaderClassName
{
color: #04BCD3;
}
.AnyTagClassName
{
color: #04BCD3;
}
</style>
background-color css
<style>
a { background-color: #04BCD3; }
a { background-color: rgb(4,188,211); }
div.DivClassName
{
background-color: #04BCD3;
}
.BgClassName
{
background-color: #04BCD3;
}
</style>
border-color css
<style>
span { border-color: #04BCD3; }
span { border-color: rgb(4,188,211); }
td.TdClassName
{
border-color: #04BCD3;
}
.TagClassName
{
border-color: #04BCD3;
}
</style>