Shades of Iris Blue #07ACDB
Tints of Iris Blue #07ACDB
RGB
CMYK
RGB Variations
Color information
#07ACDB (or 0x07ACDB) is known color: Iris Blue. HEX triplet: 07, AC and DB. RGB value is (7,172,219). Sum of RGB (Red+Green+Blue) = 7+172+219=398 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #07ACDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ACDB is #F85324. Grayscale: #7F7F7F. Windows color (decimal): -16274213 or 14396423. OLE color: 14396423.
HSL color Cylindrical-coordinate representation of color #07ACDB: hue angle of 193.3º 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 #07ACDB is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 172 | 219 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.14 |
| HSL | 193.3º | 0.94% | 0.44% | - |
| HSV(B) | 193.3º | 0.97% | 0.86% | - |
| XYZ | 27.63 | 34.66 | 72.25 | - |
| YUV | 128.02 | 179.34 | 41.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 172 | 219 | 0.97 | 0.21 | 0 | 0.14 | 193.3 | 0.94 | 0.44 |
| Hex | 7 | AC | DB | 61 | 15 | 0 | E | C1 | 5E | 2C |
| Octal | 7 | 254 | 333 | 141 | 25 | 0 | 16 | 301 | 136 | 54 |
| Binary | 111 | 10101100 | 11011011 | 1100001 | 10101 | 0 | 1110 | 11000001 | 1011110 | 101100 |
Color Harmonies of #07ACDB
Complementary color
Monochromatic Colors of #07ACDB
Black with #07ACDB
Text Example
Text Example
White with #07ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ACDB; }
p { color: rgb(7,172,219); }
H1.HeaderClassName
{
color: #07ACDB;
}
.AnyTagClassName
{
color: #07ACDB;
}
</style>
background-color css
<style>
a { background-color: #07ACDB; }
a { background-color: rgb(7,172,219); }
div.DivClassName
{
background-color: #07ACDB;
}
.BgClassName
{
background-color: #07ACDB;
}
</style>
border-color css
<style>
span { border-color: #07ACDB; }
span { border-color: rgb(7,172,219); }
td.TdClassName
{
border-color: #07ACDB;
}
.TagClassName
{
border-color: #07ACDB;
}
</style>