Shades of Iris Blue #04ABBE
Tints of Iris Blue #04ABBE
RGB
CMYK
RGB Variations
Color information
#04ABBE (or 0x04ABBE) is known color: Iris Blue. HEX triplet: 04, AB and BE. RGB value is (4,171,190). Sum of RGB (Red+Green+Blue) = 4+171+190=365 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #04ABBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ABBE is #FB5441. Grayscale: #7A7A7A. Windows color (decimal): -16471106 or 12495620. OLE color: 12495620.
HSL color Cylindrical-coordinate representation of color #04ABBE: hue angle of 186.13º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ABBE is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 171 | 190 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.25 |
| HSL | 186.13º | 0.96% | 0.38% | - |
| HSV(B) | 186.13º | 0.98% | 0.75% | - |
| XYZ | 23.91 | 32.87 | 53.8 | - |
| YUV | 123.23 | 165.67 | 42.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 171 | 190 | 0.98 | 0.10 | 0 | 0.25 | 186.13 | 0.96 | 0.38 |
| Hex | 4 | AB | BE | 62 | A | 0 | 19 | BA | 60 | 26 |
| Octal | 4 | 253 | 276 | 142 | 12 | 0 | 31 | 272 | 140 | 46 |
| Binary | 100 | 10101011 | 10111110 | 1100010 | 1010 | 0 | 11001 | 10111010 | 1100000 | 100110 |
Color Harmonies of #04ABBE
Complementary color
Monochromatic Colors of #04ABBE
Black with #04ABBE
Text Example
Text Example
White with #04ABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ABBE; }
p { color: rgb(4,171,190); }
H1.HeaderClassName
{
color: #04ABBE;
}
.AnyTagClassName
{
color: #04ABBE;
}
</style>
background-color css
<style>
a { background-color: #04ABBE; }
a { background-color: rgb(4,171,190); }
div.DivClassName
{
background-color: #04ABBE;
}
.BgClassName
{
background-color: #04ABBE;
}
</style>
border-color css
<style>
span { border-color: #04ABBE; }
span { border-color: rgb(4,171,190); }
td.TdClassName
{
border-color: #04ABBE;
}
.TagClassName
{
border-color: #04ABBE;
}
</style>