Shades of Iris Blue #07ADDB
Tints of Iris Blue #07ADDB
RGB
CMYK
RGB Variations
Color information
#07ADDB (or 0x07ADDB) is known color: Iris Blue. HEX triplet: 07, AD and DB. RGB value is (7,173,219). Sum of RGB (Red+Green+Blue) = 7+173+219=399 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #07ADDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ADDB is #F85224. Grayscale: #808080. Windows color (decimal): -16273957 or 14396679. OLE color: 14396679.
HSL color Cylindrical-coordinate representation of color #07ADDB: hue angle of 193.02º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07ADDB is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 173 | 219 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.14 |
| HSL | 193.02º | 0.94% | 0.44% | - |
| HSV(B) | 193.02º | 0.97% | 0.86% | - |
| XYZ | 27.82 | 35.05 | 72.32 | - |
| YUV | 128.61 | 179 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 219 | 0.97 | 0.21 | 0 | 0.14 | 193.02 | 0.94 | 0.44 |
| Hex | 7 | AD | DB | 61 | 15 | 0 | E | C1 | 5E | 2C |
| Octal | 7 | 255 | 333 | 141 | 25 | 0 | 16 | 301 | 136 | 54 |
| Binary | 111 | 10101101 | 11011011 | 1100001 | 10101 | 0 | 1110 | 11000001 | 1011110 | 101100 |
Color Harmonies of #07ADDB
Complementary color
Monochromatic Colors of #07ADDB
Black with #07ADDB
Text Example
Text Example
White with #07ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ADDB; }
p { color: rgb(7,173,219); }
H1.HeaderClassName
{
color: #07ADDB;
}
.AnyTagClassName
{
color: #07ADDB;
}
</style>
background-color css
<style>
a { background-color: #07ADDB; }
a { background-color: rgb(7,173,219); }
div.DivClassName
{
background-color: #07ADDB;
}
.BgClassName
{
background-color: #07ADDB;
}
</style>
border-color css
<style>
span { border-color: #07ADDB; }
span { border-color: rgb(7,173,219); }
td.TdClassName
{
border-color: #07ADDB;
}
.TagClassName
{
border-color: #07ADDB;
}
</style>