Shades of Iris Blue #04BCDF
Tints of Iris Blue #04BCDF
RGB
CMYK
RGB Variations
Color information
#04BCDF (or 0x04BCDF) is known color: Iris Blue. HEX triplet: 04, BC and DF. RGB value is (4,188,223). Sum of RGB (Red+Green+Blue) = 4+188+223=415 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #04BCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BCDF is #FB4320. Grayscale: #888888. Windows color (decimal): -16466721 or 14662660. OLE color: 14662660.
HSL color Cylindrical-coordinate representation of color #04BCDF: hue angle of 189.59º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BCDF is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 188 | 223 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.13 |
| HSL | 189.59º | 0.96% | 0.45% | - |
| HSV(B) | 189.59º | 0.98% | 0.87% | - |
| XYZ | 31.35 | 41.32 | 76.14 | - |
| YUV | 136.97 | 176.54 | 33.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 223 | 0.98 | 0.16 | 0 | 0.13 | 189.59 | 0.96 | 0.45 |
| Hex | 4 | BC | DF | 62 | 10 | 0 | D | BE | 60 | 2D |
| Octal | 4 | 274 | 337 | 142 | 20 | 0 | 15 | 276 | 140 | 55 |
| Binary | 100 | 10111100 | 11011111 | 1100010 | 10000 | 0 | 1101 | 10111110 | 1100000 | 101101 |
Color Harmonies of #04BCDF
Complementary color
Monochromatic Colors of #04BCDF
Black with #04BCDF
Text Example
Text Example
White with #04BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BCDF; }
p { color: rgb(4,188,223); }
H1.HeaderClassName
{
color: #04BCDF;
}
.AnyTagClassName
{
color: #04BCDF;
}
</style>
background-color css
<style>
a { background-color: #04BCDF; }
a { background-color: rgb(4,188,223); }
div.DivClassName
{
background-color: #04BCDF;
}
.BgClassName
{
background-color: #04BCDF;
}
</style>
border-color css
<style>
span { border-color: #04BCDF; }
span { border-color: rgb(4,188,223); }
td.TdClassName
{
border-color: #04BCDF;
}
.TagClassName
{
border-color: #04BCDF;
}
</style>