Shades of Iris Blue #02ACB4
Tints of Iris Blue #02ACB4
RGB
CMYK
RGB Variations
Color information
#02ACB4 (or 0x02ACB4) is known color: Iris Blue. HEX triplet: 02, AC and B4. RGB value is (2,172,180). Sum of RGB (Red+Green+Blue) = 2+172+180=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 180 (70.70% from 255 or 50.85% from 354); Max value from RGB is 180 - color contains mainly: blue. Hex color #02ACB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ACB4 is #FD534B. Grayscale: #797979. Windows color (decimal): -16601932 or 11840514. OLE color: 11840514.
HSL color Cylindrical-coordinate representation of color #02ACB4: hue angle of 182.7º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ACB4 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 172 | 180 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.29 |
| HSL | 182.7º | 0.98% | 0.36% | - |
| HSV(B) | 182.7º | 0.99% | 0.71% | - |
| XYZ | 23.02 | 32.81 | 48.3 | - |
| YUV | 122.08 | 160.68 | 42.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 172 | 180 | 0.99 | 0.04 | 0 | 0.29 | 182.7 | 0.98 | 0.36 |
| Hex | 2 | AC | B4 | 63 | 4 | 0 | 1D | B7 | 62 | 24 |
| Octal | 2 | 254 | 264 | 143 | 4 | 0 | 35 | 267 | 142 | 44 |
| Binary | 10 | 10101100 | 10110100 | 1100011 | 100 | 0 | 11101 | 10110111 | 1100010 | 100100 |
Color Harmonies of #02ACB4
Complementary color
Monochromatic Colors of #02ACB4
Black with #02ACB4
Text Example
Text Example
White with #02ACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ACB4; }
p { color: rgb(2,172,180); }
H1.HeaderClassName
{
color: #02ACB4;
}
.AnyTagClassName
{
color: #02ACB4;
}
</style>
background-color css
<style>
a { background-color: #02ACB4; }
a { background-color: rgb(2,172,180); }
div.DivClassName
{
background-color: #02ACB4;
}
.BgClassName
{
background-color: #02ACB4;
}
</style>
border-color css
<style>
span { border-color: #02ACB4; }
span { border-color: rgb(2,172,180); }
td.TdClassName
{
border-color: #02ACB4;
}
.TagClassName
{
border-color: #02ACB4;
}
</style>