Shades of Iris Blue #03ADB4
Tints of Iris Blue #03ADB4
RGB
CMYK
RGB Variations
Color information
#03ADB4 (or 0x03ADB4) is known color: Iris Blue. HEX triplet: 03, AD and B4. RGB value is (3,173,180). Sum of RGB (Red+Green+Blue) = 3+173+180=356 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 180 (70.70% from 255 or 50.56% from 356); Max value from RGB is 180 - color contains mainly: blue. Hex color #03ADB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ADB4 is #FC524B. Grayscale: #7A7A7A. Windows color (decimal): -16536140 or 11840771. OLE color: 11840771.
HSL color Cylindrical-coordinate representation of color #03ADB4: hue angle of 182.37º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03ADB4 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 173 | 180 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.29 |
| HSL | 182.37º | 0.97% | 0.36% | - |
| HSV(B) | 182.37º | 0.98% | 0.71% | - |
| XYZ | 23.22 | 33.2 | 48.36 | - |
| YUV | 122.97 | 160.18 | 42.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 180 | 0.98 | 0.04 | 0 | 0.29 | 182.37 | 0.97 | 0.36 |
| Hex | 3 | AD | B4 | 62 | 4 | 0 | 1D | B6 | 61 | 24 |
| Octal | 3 | 255 | 264 | 142 | 4 | 0 | 35 | 266 | 141 | 44 |
| Binary | 11 | 10101101 | 10110100 | 1100010 | 100 | 0 | 11101 | 10110110 | 1100001 | 100100 |
Color Harmonies of #03ADB4
Complementary color
Monochromatic Colors of #03ADB4
Black with #03ADB4
Text Example
Text Example
White with #03ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ADB4; }
p { color: rgb(3,173,180); }
H1.HeaderClassName
{
color: #03ADB4;
}
.AnyTagClassName
{
color: #03ADB4;
}
</style>
background-color css
<style>
a { background-color: #03ADB4; }
a { background-color: rgb(3,173,180); }
div.DivClassName
{
background-color: #03ADB4;
}
.BgClassName
{
background-color: #03ADB4;
}
</style>
border-color css
<style>
span { border-color: #03ADB4; }
span { border-color: rgb(3,173,180); }
td.TdClassName
{
border-color: #03ADB4;
}
.TagClassName
{
border-color: #03ADB4;
}
</style>