Shades of Iris Blue #07ADDC
Tints of Iris Blue #07ADDC
RGB
CMYK
RGB Variations
Color information
#07ADDC (or 0x07ADDC) is known color: Iris Blue. HEX triplet: 07, AD and DC. RGB value is (7,173,220). Sum of RGB (Red+Green+Blue) = 7+173+220=400 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #07ADDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ADDC is #F85223. Grayscale: #808080. Windows color (decimal): -16273956 or 14462215. OLE color: 14462215.
HSL color Cylindrical-coordinate representation of color #07ADDC: hue angle of 193.24º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07ADDC is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 173 | 220 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.14 |
| HSL | 193.24º | 0.94% | 0.45% | - |
| HSV(B) | 193.24º | 0.97% | 0.86% | - |
| XYZ | 27.95 | 35.1 | 73.01 | - |
| YUV | 128.72 | 179.5 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 220 | 0.97 | 0.21 | 0 | 0.14 | 193.24 | 0.94 | 0.45 |
| Hex | 7 | AD | DC | 61 | 15 | 0 | E | C1 | 5E | 2D |
| Octal | 7 | 255 | 334 | 141 | 25 | 0 | 16 | 301 | 136 | 55 |
| Binary | 111 | 10101101 | 11011100 | 1100001 | 10101 | 0 | 1110 | 11000001 | 1011110 | 101101 |
Color Harmonies of #07ADDC
Complementary color
Monochromatic Colors of #07ADDC
Black with #07ADDC
Text Example
Text Example
White with #07ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ADDC; }
p { color: rgb(7,173,220); }
H1.HeaderClassName
{
color: #07ADDC;
}
.AnyTagClassName
{
color: #07ADDC;
}
</style>
background-color css
<style>
a { background-color: #07ADDC; }
a { background-color: rgb(7,173,220); }
div.DivClassName
{
background-color: #07ADDC;
}
.BgClassName
{
background-color: #07ADDC;
}
</style>
border-color css
<style>
span { border-color: #07ADDC; }
span { border-color: rgb(7,173,220); }
td.TdClassName
{
border-color: #07ADDC;
}
.TagClassName
{
border-color: #07ADDC;
}
</style>