Shades of Iris Blue #03ADCE
Tints of Iris Blue #03ADCE
RGB
CMYK
RGB Variations
Color information
#03ADCE (or 0x03ADCE) is known color: Iris Blue. HEX triplet: 03, AD and CE. RGB value is (3,173,206). Sum of RGB (Red+Green+Blue) = 3+173+206=382 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #03ADCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ADCE is #FC5231. Grayscale: #7D7D7D. Windows color (decimal): -16536114 or 13544707. OLE color: 13544707.
HSL color Cylindrical-coordinate representation of color #03ADCE: hue angle of 189.75º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ADCE is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 173 | 206 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.19 |
| HSL | 189.75º | 0.97% | 0.41% | - |
| HSV(B) | 189.75º | 0.99% | 0.81% | - |
| XYZ | 26.12 | 34.36 | 63.65 | - |
| YUV | 125.93 | 173.18 | 40.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 206 | 0.99 | 0.16 | 0 | 0.19 | 189.75 | 0.97 | 0.41 |
| Hex | 3 | AD | CE | 63 | 10 | 0 | 13 | BE | 61 | 29 |
| Octal | 3 | 255 | 316 | 143 | 20 | 0 | 23 | 276 | 141 | 51 |
| Binary | 11 | 10101101 | 11001110 | 1100011 | 10000 | 0 | 10011 | 10111110 | 1100001 | 101001 |
Color Harmonies of #03ADCE
Complementary color
Monochromatic Colors of #03ADCE
Black with #03ADCE
Text Example
Text Example
White with #03ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ADCE; }
p { color: rgb(3,173,206); }
H1.HeaderClassName
{
color: #03ADCE;
}
.AnyTagClassName
{
color: #03ADCE;
}
</style>
background-color css
<style>
a { background-color: #03ADCE; }
a { background-color: rgb(3,173,206); }
div.DivClassName
{
background-color: #03ADCE;
}
.BgClassName
{
background-color: #03ADCE;
}
</style>
border-color css
<style>
span { border-color: #03ADCE; }
span { border-color: rgb(3,173,206); }
td.TdClassName
{
border-color: #03ADCE;
}
.TagClassName
{
border-color: #03ADCE;
}
</style>