Shades of Iris Blue #02ACC3
Tints of Iris Blue #02ACC3
RGB
CMYK
RGB Variations
Color information
#02ACC3 (or 0x02ACC3) is known color: Iris Blue. HEX triplet: 02, AC and C3. RGB value is (2,172,195). Sum of RGB (Red+Green+Blue) = 2+172+195=369 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 195 (76.56% from 255 or 52.85% from 369); Max value from RGB is 195 - color contains mainly: blue. Hex color #02ACC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ACC3 is #FD533C. Grayscale: #7B7B7B. Windows color (decimal): -16601917 or 12823554. OLE color: 12823554.
HSL color Cylindrical-coordinate representation of color #02ACC3: hue angle of 187.15º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ACC3 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 172 | 195 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.24 |
| HSL | 187.15º | 0.98% | 0.39% | - |
| HSV(B) | 187.15º | 0.99% | 0.76% | - |
| XYZ | 24.63 | 33.46 | 56.79 | - |
| YUV | 123.79 | 168.18 | 41.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 172 | 195 | 0.99 | 0.12 | 0 | 0.24 | 187.15 | 0.98 | 0.39 |
| Hex | 2 | AC | C3 | 63 | C | 0 | 18 | BB | 62 | 27 |
| Octal | 2 | 254 | 303 | 143 | 14 | 0 | 30 | 273 | 142 | 47 |
| Binary | 10 | 10101100 | 11000011 | 1100011 | 1100 | 0 | 11000 | 10111011 | 1100010 | 100111 |
Color Harmonies of #02ACC3
Complementary color
Monochromatic Colors of #02ACC3
Black with #02ACC3
Text Example
Text Example
White with #02ACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ACC3; }
p { color: rgb(2,172,195); }
H1.HeaderClassName
{
color: #02ACC3;
}
.AnyTagClassName
{
color: #02ACC3;
}
</style>
background-color css
<style>
a { background-color: #02ACC3; }
a { background-color: rgb(2,172,195); }
div.DivClassName
{
background-color: #02ACC3;
}
.BgClassName
{
background-color: #02ACC3;
}
</style>
border-color css
<style>
span { border-color: #02ACC3; }
span { border-color: rgb(2,172,195); }
td.TdClassName
{
border-color: #02ACC3;
}
.TagClassName
{
border-color: #02ACC3;
}
</style>