Shades of Iris Blue #03ACD9
Tints of Iris Blue #03ACD9
RGB
CMYK
RGB Variations
Color information
#03ACD9 (or 0x03ACD9) is known color: Iris Blue. HEX triplet: 03, AC and D9. RGB value is (3,172,217). Sum of RGB (Red+Green+Blue) = 3+172+217=392 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 217 (85.16% from 255 or 55.36% from 392); Max value from RGB is 217 - color contains mainly: blue. Hex color #03ACD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ACD9 is #FC5326. Grayscale: #7E7E7E. Windows color (decimal): -16536359 or 14265347. OLE color: 14265347.
HSL color Cylindrical-coordinate representation of color #03ACD9: hue angle of 192.62º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ACD9 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 172 | 217 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.15 |
| HSL | 192.62º | 0.97% | 0.43% | - |
| HSV(B) | 192.62º | 0.99% | 0.85% | - |
| XYZ | 27.31 | 34.53 | 70.87 | - |
| YUV | 126.6 | 179.01 | 39.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 172 | 217 | 0.99 | 0.21 | 0 | 0.15 | 192.62 | 0.97 | 0.43 |
| Hex | 3 | AC | D9 | 63 | 15 | 0 | F | C1 | 61 | 2B |
| Octal | 3 | 254 | 331 | 143 | 25 | 0 | 17 | 301 | 141 | 53 |
| Binary | 11 | 10101100 | 11011001 | 1100011 | 10101 | 0 | 1111 | 11000001 | 1100001 | 101011 |
Color Harmonies of #03ACD9
Complementary color
Monochromatic Colors of #03ACD9
Black with #03ACD9
Text Example
Text Example
White with #03ACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ACD9; }
p { color: rgb(3,172,217); }
H1.HeaderClassName
{
color: #03ACD9;
}
.AnyTagClassName
{
color: #03ACD9;
}
</style>
background-color css
<style>
a { background-color: #03ACD9; }
a { background-color: rgb(3,172,217); }
div.DivClassName
{
background-color: #03ACD9;
}
.BgClassName
{
background-color: #03ACD9;
}
</style>
border-color css
<style>
span { border-color: #03ACD9; }
span { border-color: rgb(3,172,217); }
td.TdClassName
{
border-color: #03ACD9;
}
.TagClassName
{
border-color: #03ACD9;
}
</style>