Shades of Iris Blue #00ADDA
Tints of Iris Blue #00ADDA
RGB
CMYK
RGB Variations
Color information
#00ADDA (or 0x00ADDA) is known color: Iris Blue. HEX triplet: 00, AD and DA. RGB value is (0,173,218). Sum of RGB (Red+Green+Blue) = 0+173+218=391 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #00ADDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ADDA is #FF5225. Grayscale: #7E7E7E. Windows color (decimal): -16732710 or 14331136. OLE color: 14331136.
HSL color Cylindrical-coordinate representation of color #00ADDA: hue angle of 192.39º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ADDA is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 173 | 218 | - |
| CMYK | 1 | 0.21 | 0 | 0.15 |
| HSL | 192.39º | 1% | 0.43% | - |
| HSV(B) | 192.39º | 1% | 0.85% | - |
| XYZ | 27.6 | 34.95 | 71.62 | - |
| YUV | 126.4 | 179.69 | 37.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 173 | 218 | 1 | 0.21 | 0 | 0.15 | 192.39 | 1 | 0.43 |
| Hex | 0 | AD | DA | 64 | 15 | 0 | F | C0 | 64 | 2B |
| Octal | 0 | 255 | 332 | 144 | 25 | 0 | 17 | 300 | 144 | 53 |
| Binary | 0 | 10101101 | 11011010 | 1100100 | 10101 | 0 | 1111 | 11000000 | 1100100 | 101011 |
Color Harmonies of #00ADDA
Complementary color
Monochromatic Colors of #00ADDA
Black with #00ADDA
Text Example
Text Example
White with #00ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ADDA; }
p { color: rgb(0,173,218); }
H1.HeaderClassName
{
color: #00ADDA;
}
.AnyTagClassName
{
color: #00ADDA;
}
</style>
background-color css
<style>
a { background-color: #00ADDA; }
a { background-color: rgb(0,173,218); }
div.DivClassName
{
background-color: #00ADDA;
}
.BgClassName
{
background-color: #00ADDA;
}
</style>
border-color css
<style>
span { border-color: #00ADDA; }
span { border-color: rgb(0,173,218); }
td.TdClassName
{
border-color: #00ADDA;
}
.TagClassName
{
border-color: #00ADDA;
}
</style>