Shades of Iris Blue #04AFBC
Tints of Iris Blue #04AFBC
RGB
CMYK
RGB Variations
Color information
#04AFBC (or 0x04AFBC) is known color: Iris Blue. HEX triplet: 04, AF and BC. RGB value is (4,175,188). Sum of RGB (Red+Green+Blue) = 4+175+188=367 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #04AFBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AFBC is #FB5043. Grayscale: #7D7D7D. Windows color (decimal): -16470084 or 12365572. OLE color: 12365572.
HSL color Cylindrical-coordinate representation of color #04AFBC: hue angle of 184.24º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AFBC is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 175 | 188 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.26 |
| HSL | 184.24º | 0.96% | 0.38% | - |
| HSV(B) | 184.24º | 0.98% | 0.74% | - |
| XYZ | 24.46 | 34.32 | 52.91 | - |
| YUV | 125.35 | 163.35 | 41.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 175 | 188 | 0.98 | 0.07 | 0 | 0.26 | 184.24 | 0.96 | 0.38 |
| Hex | 4 | AF | BC | 62 | 7 | 0 | 1A | B8 | 60 | 26 |
| Octal | 4 | 257 | 274 | 142 | 7 | 0 | 32 | 270 | 140 | 46 |
| Binary | 100 | 10101111 | 10111100 | 1100010 | 111 | 0 | 11010 | 10111000 | 1100000 | 100110 |
Color Harmonies of #04AFBC
Complementary color
Monochromatic Colors of #04AFBC
Black with #04AFBC
Text Example
Text Example
White with #04AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AFBC; }
p { color: rgb(4,175,188); }
H1.HeaderClassName
{
color: #04AFBC;
}
.AnyTagClassName
{
color: #04AFBC;
}
</style>
background-color css
<style>
a { background-color: #04AFBC; }
a { background-color: rgb(4,175,188); }
div.DivClassName
{
background-color: #04AFBC;
}
.BgClassName
{
background-color: #04AFBC;
}
</style>
border-color css
<style>
span { border-color: #04AFBC; }
span { border-color: rgb(4,175,188); }
td.TdClassName
{
border-color: #04AFBC;
}
.TagClassName
{
border-color: #04AFBC;
}
</style>