Shades of Iris Blue #03B9DB
Tints of Iris Blue #03B9DB
RGB
CMYK
RGB Variations
Color information
#03B9DB (or 0x03B9DB) is known color: Iris Blue. HEX triplet: 03, B9 and DB. RGB value is (3,185,219). Sum of RGB (Red+Green+Blue) = 3+185+219=407 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #03B9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B9DB is #FC4624. Grayscale: #868686. Windows color (decimal): -16533029 or 14399747. OLE color: 14399747.
HSL color Cylindrical-coordinate representation of color #03B9DB: hue angle of 189.44º 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 #03B9DB is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 185 | 219 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.14 |
| HSL | 189.44º | 0.97% | 0.44% | - |
| HSV(B) | 189.44º | 0.99% | 0.86% | - |
| XYZ | 30.17 | 39.83 | 73.12 | - |
| YUV | 134.46 | 175.7 | 34.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 185 | 219 | 0.99 | 0.16 | 0 | 0.14 | 189.44 | 0.97 | 0.44 |
| Hex | 3 | B9 | DB | 63 | 10 | 0 | E | BD | 61 | 2C |
| Octal | 3 | 271 | 333 | 143 | 20 | 0 | 16 | 275 | 141 | 54 |
| Binary | 11 | 10111001 | 11011011 | 1100011 | 10000 | 0 | 1110 | 10111101 | 1100001 | 101100 |
Color Harmonies of #03B9DB
Complementary color
Monochromatic Colors of #03B9DB
Black with #03B9DB
Text Example
Text Example
White with #03B9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B9DB; }
p { color: rgb(3,185,219); }
H1.HeaderClassName
{
color: #03B9DB;
}
.AnyTagClassName
{
color: #03B9DB;
}
</style>
background-color css
<style>
a { background-color: #03B9DB; }
a { background-color: rgb(3,185,219); }
div.DivClassName
{
background-color: #03B9DB;
}
.BgClassName
{
background-color: #03B9DB;
}
</style>
border-color css
<style>
span { border-color: #03B9DB; }
span { border-color: rgb(3,185,219); }
td.TdClassName
{
border-color: #03B9DB;
}
.TagClassName
{
border-color: #03B9DB;
}
</style>