Shades of Iris Blue #04ABBA
Tints of Iris Blue #04ABBA
RGB
CMYK
RGB Variations
Color information
#04ABBA (or 0x04ABBA) is known color: Iris Blue. HEX triplet: 04, AB and BA. RGB value is (4,171,186). Sum of RGB (Red+Green+Blue) = 4+171+186=361 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #04ABBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ABBA is #FB5445. Grayscale: #7A7A7A. Windows color (decimal): -16471110 or 12233476. OLE color: 12233476.
HSL color Cylindrical-coordinate representation of color #04ABBA: hue angle of 184.95º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ABBA is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 171 | 186 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.27 |
| HSL | 184.95º | 0.96% | 0.37% | - |
| HSV(B) | 184.95º | 0.98% | 0.73% | - |
| XYZ | 23.48 | 32.7 | 51.53 | - |
| YUV | 122.78 | 163.67 | 43.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 171 | 186 | 0.98 | 0.08 | 0 | 0.27 | 184.95 | 0.96 | 0.37 |
| Hex | 4 | AB | BA | 62 | 8 | 0 | 1B | B9 | 60 | 25 |
| Octal | 4 | 253 | 272 | 142 | 10 | 0 | 33 | 271 | 140 | 45 |
| Binary | 100 | 10101011 | 10111010 | 1100010 | 1000 | 0 | 11011 | 10111001 | 1100000 | 100101 |
Color Harmonies of #04ABBA
Complementary color
Monochromatic Colors of #04ABBA
Black with #04ABBA
Text Example
Text Example
White with #04ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ABBA; }
p { color: rgb(4,171,186); }
H1.HeaderClassName
{
color: #04ABBA;
}
.AnyTagClassName
{
color: #04ABBA;
}
</style>
background-color css
<style>
a { background-color: #04ABBA; }
a { background-color: rgb(4,171,186); }
div.DivClassName
{
background-color: #04ABBA;
}
.BgClassName
{
background-color: #04ABBA;
}
</style>
border-color css
<style>
span { border-color: #04ABBA; }
span { border-color: rgb(4,171,186); }
td.TdClassName
{
border-color: #04ABBA;
}
.TagClassName
{
border-color: #04ABBA;
}
</style>