Shades of Iris Blue #04B8CC
Tints of Iris Blue #04B8CC
RGB
CMYK
RGB Variations
Color information
#04B8CC (or 0x04B8CC) is known color: Iris Blue. HEX triplet: 04, B8 and CC. RGB value is (4,184,204). Sum of RGB (Red+Green+Blue) = 4+184+204=392 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #04B8CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04B8CC is #FB4733. Grayscale: #848484. Windows color (decimal): -16467764 or 13416452. OLE color: 13416452.
HSL color Cylindrical-coordinate representation of color #04B8CC: hue angle of 186º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B8CC is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 184 | 204 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.2 |
| HSL | 186º | 0.96% | 0.41% | - |
| HSV(B) | 186º | 0.98% | 0.8% | - |
| XYZ | 28.09 | 38.67 | 63.11 | - |
| YUV | 132.46 | 168.37 | 36.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 184 | 204 | 0.98 | 0.10 | 0 | 0.2 | 186 | 0.96 | 0.41 |
| Hex | 4 | B8 | CC | 62 | A | 0 | 14 | BA | 60 | 29 |
| Octal | 4 | 270 | 314 | 142 | 12 | 0 | 24 | 272 | 140 | 51 |
| Binary | 100 | 10111000 | 11001100 | 1100010 | 1010 | 0 | 10100 | 10111010 | 1100000 | 101001 |
Color Harmonies of #04B8CC
Complementary color
Monochromatic Colors of #04B8CC
Black with #04B8CC
Text Example
Text Example
White with #04B8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B8CC; }
p { color: rgb(4,184,204); }
H1.HeaderClassName
{
color: #04B8CC;
}
.AnyTagClassName
{
color: #04B8CC;
}
</style>
background-color css
<style>
a { background-color: #04B8CC; }
a { background-color: rgb(4,184,204); }
div.DivClassName
{
background-color: #04B8CC;
}
.BgClassName
{
background-color: #04B8CC;
}
</style>
border-color css
<style>
span { border-color: #04B8CC; }
span { border-color: rgb(4,184,204); }
td.TdClassName
{
border-color: #04B8CC;
}
.TagClassName
{
border-color: #04B8CC;
}
</style>