Shades of Iris Blue #04BDD0
Tints of Iris Blue #04BDD0
RGB
CMYK
RGB Variations
Color information
#04BDD0 (or 0x04BDD0) is known color: Iris Blue. HEX triplet: 04, BD and D0. RGB value is (4,189,208). Sum of RGB (Red+Green+Blue) = 4+189+208=401 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #04BDD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BDD0 is #FB422F. Grayscale: #878787. Windows color (decimal): -16466480 or 13679876. OLE color: 13679876.
HSL color Cylindrical-coordinate representation of color #04BDD0: hue angle of 185.59º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BDD0 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 189 | 208 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.18 |
| HSL | 185.59º | 0.96% | 0.42% | - |
| HSV(B) | 185.59º | 0.98% | 0.82% | - |
| XYZ | 29.63 | 40.98 | 66.02 | - |
| YUV | 135.85 | 168.71 | 33.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 208 | 0.98 | 0.09 | 0 | 0.18 | 185.59 | 0.96 | 0.42 |
| Hex | 4 | BD | D0 | 62 | 9 | 0 | 12 | BA | 60 | 2A |
| Octal | 4 | 275 | 320 | 142 | 11 | 0 | 22 | 272 | 140 | 52 |
| Binary | 100 | 10111101 | 11010000 | 1100010 | 1001 | 0 | 10010 | 10111010 | 1100000 | 101010 |
Color Harmonies of #04BDD0
Complementary color
Monochromatic Colors of #04BDD0
Black with #04BDD0
Text Example
Text Example
White with #04BDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BDD0; }
p { color: rgb(4,189,208); }
H1.HeaderClassName
{
color: #04BDD0;
}
.AnyTagClassName
{
color: #04BDD0;
}
</style>
background-color css
<style>
a { background-color: #04BDD0; }
a { background-color: rgb(4,189,208); }
div.DivClassName
{
background-color: #04BDD0;
}
.BgClassName
{
background-color: #04BDD0;
}
</style>
border-color css
<style>
span { border-color: #04BDD0; }
span { border-color: rgb(4,189,208); }
td.TdClassName
{
border-color: #04BDD0;
}
.TagClassName
{
border-color: #04BDD0;
}
</style>