Shades of Iris Blue #03ACD8
Tints of Iris Blue #03ACD8
RGB
CMYK
RGB Variations
Color information
#03ACD8 (or 0x03ACD8) is known color: Iris Blue. HEX triplet: 03, AC and D8. RGB value is (3,172,216). Sum of RGB (Red+Green+Blue) = 3+172+216=391 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 216 (84.77% from 255 or 55.24% from 391); Max value from RGB is 216 - color contains mainly: blue. Hex color #03ACD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ACD8 is #FC5327. Grayscale: #7E7E7E. Windows color (decimal): -16536360 or 14199811. OLE color: 14199811.
HSL color Cylindrical-coordinate representation of color #03ACD8: hue angle of 192.39º 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 #03ACD8 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 172 | 216 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.15 |
| HSL | 192.39º | 0.97% | 0.43% | - |
| HSV(B) | 192.39º | 0.99% | 0.85% | - |
| XYZ | 27.18 | 34.48 | 70.19 | - |
| YUV | 126.49 | 178.51 | 39.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 172 | 216 | 0.99 | 0.20 | 0 | 0.15 | 192.39 | 0.97 | 0.43 |
| Hex | 3 | AC | D8 | 63 | 14 | 0 | F | C0 | 61 | 2B |
| Octal | 3 | 254 | 330 | 143 | 24 | 0 | 17 | 300 | 141 | 53 |
| Binary | 11 | 10101100 | 11011000 | 1100011 | 10100 | 0 | 1111 | 11000000 | 1100001 | 101011 |
Color Harmonies of #03ACD8
Complementary color
Monochromatic Colors of #03ACD8
Black with #03ACD8
Text Example
Text Example
White with #03ACD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ACD8; }
p { color: rgb(3,172,216); }
H1.HeaderClassName
{
color: #03ACD8;
}
.AnyTagClassName
{
color: #03ACD8;
}
</style>
background-color css
<style>
a { background-color: #03ACD8; }
a { background-color: rgb(3,172,216); }
div.DivClassName
{
background-color: #03ACD8;
}
.BgClassName
{
background-color: #03ACD8;
}
</style>
border-color css
<style>
span { border-color: #03ACD8; }
span { border-color: rgb(3,172,216); }
td.TdClassName
{
border-color: #03ACD8;
}
.TagClassName
{
border-color: #03ACD8;
}
</style>