Shades of Iris Blue #03B9DC
Tints of Iris Blue #03B9DC
RGB
CMYK
RGB Variations
Color information
#03B9DC (or 0x03B9DC) is known color: Iris Blue. HEX triplet: 03, B9 and DC. RGB value is (3,185,220). Sum of RGB (Red+Green+Blue) = 3+185+220=408 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #03B9DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B9DC is #FC4623. Grayscale: #868686. Windows color (decimal): -16533028 or 14465283. OLE color: 14465283.
HSL color Cylindrical-coordinate representation of color #03B9DC: hue angle of 189.68º 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 #03B9DC is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 185 | 220 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.14 |
| HSL | 189.68º | 0.97% | 0.44% | - |
| HSV(B) | 189.68º | 0.99% | 0.86% | - |
| XYZ | 30.3 | 39.88 | 73.81 | - |
| YUV | 134.57 | 176.2 | 34.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 185 | 220 | 0.99 | 0.16 | 0 | 0.14 | 189.68 | 0.97 | 0.44 |
| Hex | 3 | B9 | DC | 63 | 10 | 0 | E | BE | 61 | 2C |
| Octal | 3 | 271 | 334 | 143 | 20 | 0 | 16 | 276 | 141 | 54 |
| Binary | 11 | 10111001 | 11011100 | 1100011 | 10000 | 0 | 1110 | 10111110 | 1100001 | 101100 |
Color Harmonies of #03B9DC
Complementary color
Monochromatic Colors of #03B9DC
Black with #03B9DC
Text Example
Text Example
White with #03B9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B9DC; }
p { color: rgb(3,185,220); }
H1.HeaderClassName
{
color: #03B9DC;
}
.AnyTagClassName
{
color: #03B9DC;
}
</style>
background-color css
<style>
a { background-color: #03B9DC; }
a { background-color: rgb(3,185,220); }
div.DivClassName
{
background-color: #03B9DC;
}
.BgClassName
{
background-color: #03B9DC;
}
</style>
border-color css
<style>
span { border-color: #03B9DC; }
span { border-color: rgb(3,185,220); }
td.TdClassName
{
border-color: #03B9DC;
}
.TagClassName
{
border-color: #03B9DC;
}
</style>