Shades of Iris Blue #03A8DC
Tints of Iris Blue #03A8DC
RGB
CMYK
RGB Variations
Color information
#03A8DC (or 0x03A8DC) is known color: Iris Blue. HEX triplet: 03, A8 and DC. RGB value is (3,168,220). Sum of RGB (Red+Green+Blue) = 3+168+220=391 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #03A8DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A8DC is #FC5723. Grayscale: #7C7C7C. Windows color (decimal): -16537380 or 14460931. OLE color: 14460931.
HSL color Cylindrical-coordinate representation of color #03A8DC: hue angle of 194.38º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A8DC is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 168 | 220 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.14 |
| HSL | 194.38º | 0.97% | 0.44% | - |
| HSV(B) | 194.38º | 0.99% | 0.86% | - |
| XYZ | 26.96 | 33.19 | 72.7 | - |
| YUV | 124.59 | 181.84 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 168 | 220 | 0.99 | 0.24 | 0 | 0.14 | 194.38 | 0.97 | 0.44 |
| Hex | 3 | A8 | DC | 63 | 18 | 0 | E | C2 | 61 | 2C |
| Octal | 3 | 250 | 334 | 143 | 30 | 0 | 16 | 302 | 141 | 54 |
| Binary | 11 | 10101000 | 11011100 | 1100011 | 11000 | 0 | 1110 | 11000010 | 1100001 | 101100 |
Color Harmonies of #03A8DC
Complementary color
Monochromatic Colors of #03A8DC
Black with #03A8DC
Text Example
Text Example
White with #03A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A8DC; }
p { color: rgb(3,168,220); }
H1.HeaderClassName
{
color: #03A8DC;
}
.AnyTagClassName
{
color: #03A8DC;
}
</style>
background-color css
<style>
a { background-color: #03A8DC; }
a { background-color: rgb(3,168,220); }
div.DivClassName
{
background-color: #03A8DC;
}
.BgClassName
{
background-color: #03A8DC;
}
</style>
border-color css
<style>
span { border-color: #03A8DC; }
span { border-color: rgb(3,168,220); }
td.TdClassName
{
border-color: #03A8DC;
}
.TagClassName
{
border-color: #03A8DC;
}
</style>