Shades of Iris Blue #03AAD3
Tints of Iris Blue #03AAD3
RGB
CMYK
RGB Variations
Color information
#03AAD3 (or 0x03AAD3) is known color: Iris Blue. HEX triplet: 03, AA and D3. RGB value is (3,170,211). Sum of RGB (Red+Green+Blue) = 3+170+211=384 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 211 (82.81% from 255 or 54.95% from 384); Max value from RGB is 211 - color contains mainly: blue. Hex color #03AAD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AAD3 is #FC552C. Grayscale: #7C7C7C. Windows color (decimal): -16536877 or 13871619. OLE color: 13871619.
HSL color Cylindrical-coordinate representation of color #03AAD3: hue angle of 191.83º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AAD3 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 170 | 211 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.17 |
| HSL | 191.83º | 0.97% | 0.42% | - |
| HSV(B) | 191.83º | 0.99% | 0.83% | - |
| XYZ | 26.17 | 33.47 | 66.71 | - |
| YUV | 124.74 | 176.67 | 41.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 170 | 211 | 0.99 | 0.19 | 0 | 0.17 | 191.83 | 0.97 | 0.42 |
| Hex | 3 | AA | D3 | 63 | 13 | 0 | 11 | C0 | 61 | 2A |
| Octal | 3 | 252 | 323 | 143 | 23 | 0 | 21 | 300 | 141 | 52 |
| Binary | 11 | 10101010 | 11010011 | 1100011 | 10011 | 0 | 10001 | 11000000 | 1100001 | 101010 |
Color Harmonies of #03AAD3
Complementary color
Monochromatic Colors of #03AAD3
Black with #03AAD3
Text Example
Text Example
White with #03AAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AAD3; }
p { color: rgb(3,170,211); }
H1.HeaderClassName
{
color: #03AAD3;
}
.AnyTagClassName
{
color: #03AAD3;
}
</style>
background-color css
<style>
a { background-color: #03AAD3; }
a { background-color: rgb(3,170,211); }
div.DivClassName
{
background-color: #03AAD3;
}
.BgClassName
{
background-color: #03AAD3;
}
</style>
border-color css
<style>
span { border-color: #03AAD3; }
span { border-color: rgb(3,170,211); }
td.TdClassName
{
border-color: #03AAD3;
}
.TagClassName
{
border-color: #03AAD3;
}
</style>