Shades of Iris Blue #04ACCF
Tints of Iris Blue #04ACCF
RGB
CMYK
RGB Variations
Color information
#04ACCF (or 0x04ACCF) is known color: Iris Blue. HEX triplet: 04, AC and CF. RGB value is (4,172,207). Sum of RGB (Red+Green+Blue) = 4+172+207=383 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #04ACCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ACCF is #FB5330. Grayscale: #7D7D7D. Windows color (decimal): -16470833 or 13609988. OLE color: 13609988.
HSL color Cylindrical-coordinate representation of color #04ACCF: hue angle of 190.34º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ACCF is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 172 | 207 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.19 |
| HSL | 190.34º | 0.96% | 0.41% | - |
| HSV(B) | 190.34º | 0.98% | 0.81% | - |
| XYZ | 26.07 | 34.04 | 64.23 | - |
| YUV | 125.76 | 173.84 | 41.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 172 | 207 | 0.98 | 0.17 | 0 | 0.19 | 190.34 | 0.96 | 0.41 |
| Hex | 4 | AC | CF | 62 | 11 | 0 | 13 | BE | 60 | 29 |
| Octal | 4 | 254 | 317 | 142 | 21 | 0 | 23 | 276 | 140 | 51 |
| Binary | 100 | 10101100 | 11001111 | 1100010 | 10001 | 0 | 10011 | 10111110 | 1100000 | 101001 |
Color Harmonies of #04ACCF
Complementary color
Monochromatic Colors of #04ACCF
Black with #04ACCF
Text Example
Text Example
White with #04ACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ACCF; }
p { color: rgb(4,172,207); }
H1.HeaderClassName
{
color: #04ACCF;
}
.AnyTagClassName
{
color: #04ACCF;
}
</style>
background-color css
<style>
a { background-color: #04ACCF; }
a { background-color: rgb(4,172,207); }
div.DivClassName
{
background-color: #04ACCF;
}
.BgClassName
{
background-color: #04ACCF;
}
</style>
border-color css
<style>
span { border-color: #04ACCF; }
span { border-color: rgb(4,172,207); }
td.TdClassName
{
border-color: #04ACCF;
}
.TagClassName
{
border-color: #04ACCF;
}
</style>