Shades of Iris Blue #00ADD3
Tints of Iris Blue #00ADD3
RGB
CMYK
RGB Variations
Color information
#00ADD3 (or 0x00ADD3) is known color: Iris Blue. HEX triplet: 00, AD and D3. RGB value is (0,173,211). Sum of RGB (Red+Green+Blue) = 0+173+211=384 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 211 (82.81% from 255 or 54.95% from 384); Max value from RGB is 211 - color contains mainly: blue. Hex color #00ADD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ADD3 is #FF522C. Grayscale: #7D7D7D. Windows color (decimal): -16732717 or 13872384. OLE color: 13872384.
HSL color Cylindrical-coordinate representation of color #00ADD3: hue angle of 190.81º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ADD3 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 173 | 211 | - |
| CMYK | 1 | 0.18 | 0 | 0.17 |
| HSL | 190.81º | 1% | 0.41% | - |
| HSV(B) | 190.81º | 1% | 0.83% | - |
| XYZ | 26.7 | 34.59 | 66.9 | - |
| YUV | 125.61 | 176.19 | 38.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 173 | 211 | 1 | 0.18 | 0 | 0.17 | 190.81 | 1 | 0.41 |
| Hex | 0 | AD | D3 | 64 | 12 | 0 | 11 | BF | 64 | 29 |
| Octal | 0 | 255 | 323 | 144 | 22 | 0 | 21 | 277 | 144 | 51 |
| Binary | 0 | 10101101 | 11010011 | 1100100 | 10010 | 0 | 10001 | 10111111 | 1100100 | 101001 |
Color Harmonies of #00ADD3
Complementary color
Monochromatic Colors of #00ADD3
Black with #00ADD3
Text Example
Text Example
White with #00ADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ADD3; }
p { color: rgb(0,173,211); }
H1.HeaderClassName
{
color: #00ADD3;
}
.AnyTagClassName
{
color: #00ADD3;
}
</style>
background-color css
<style>
a { background-color: #00ADD3; }
a { background-color: rgb(0,173,211); }
div.DivClassName
{
background-color: #00ADD3;
}
.BgClassName
{
background-color: #00ADD3;
}
</style>
border-color css
<style>
span { border-color: #00ADD3; }
span { border-color: rgb(0,173,211); }
td.TdClassName
{
border-color: #00ADD3;
}
.TagClassName
{
border-color: #00ADD3;
}
</style>