Shades of Iris Blue #03ADDB
Tints of Iris Blue #03ADDB
RGB
CMYK
RGB Variations
Color information
#03ADDB (or 0x03ADDB) is known color: Iris Blue. HEX triplet: 03, AD and DB. RGB value is (3,173,219). Sum of RGB (Red+Green+Blue) = 3+173+219=395 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #03ADDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ADDB is #FC5224. Grayscale: #7F7F7F. Windows color (decimal): -16536101 or 14396675. OLE color: 14396675.
HSL color Cylindrical-coordinate representation of color #03ADDB: hue angle of 192.78º 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 #03ADDB is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 173 | 219 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.14 |
| HSL | 192.78º | 0.97% | 0.44% | - |
| HSV(B) | 192.78º | 0.99% | 0.86% | - |
| XYZ | 27.77 | 35.02 | 72.31 | - |
| YUV | 127.41 | 179.68 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 219 | 0.99 | 0.21 | 0 | 0.14 | 192.78 | 0.97 | 0.44 |
| Hex | 3 | AD | DB | 63 | 15 | 0 | E | C1 | 61 | 2C |
| Octal | 3 | 255 | 333 | 143 | 25 | 0 | 16 | 301 | 141 | 54 |
| Binary | 11 | 10101101 | 11011011 | 1100011 | 10101 | 0 | 1110 | 11000001 | 1100001 | 101100 |
Color Harmonies of #03ADDB
Complementary color
Monochromatic Colors of #03ADDB
Black with #03ADDB
Text Example
Text Example
White with #03ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ADDB; }
p { color: rgb(3,173,219); }
H1.HeaderClassName
{
color: #03ADDB;
}
.AnyTagClassName
{
color: #03ADDB;
}
</style>
background-color css
<style>
a { background-color: #03ADDB; }
a { background-color: rgb(3,173,219); }
div.DivClassName
{
background-color: #03ADDB;
}
.BgClassName
{
background-color: #03ADDB;
}
</style>
border-color css
<style>
span { border-color: #03ADDB; }
span { border-color: rgb(3,173,219); }
td.TdClassName
{
border-color: #03ADDB;
}
.TagClassName
{
border-color: #03ADDB;
}
</style>