Shades of Iris Blue #07AFDB
Tints of Iris Blue #07AFDB
RGB
CMYK
RGB Variations
Color information
#07AFDB (or 0x07AFDB) is known color: Iris Blue. HEX triplet: 07, AF and DB. RGB value is (7,175,219). Sum of RGB (Red+Green+Blue) = 7+175+219=401 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #07AFDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AFDB is #F85024. Grayscale: #818181. Windows color (decimal): -16273445 or 14397191. OLE color: 14397191.
HSL color Cylindrical-coordinate representation of color #07AFDB: hue angle of 192.45º 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 #07AFDB is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 175 | 219 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.14 |
| HSL | 192.45º | 0.94% | 0.44% | - |
| HSV(B) | 192.45º | 0.97% | 0.86% | - |
| XYZ | 28.2 | 35.82 | 72.45 | - |
| YUV | 129.78 | 178.34 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 175 | 219 | 0.97 | 0.20 | 0 | 0.14 | 192.45 | 0.94 | 0.44 |
| Hex | 7 | AF | DB | 61 | 14 | 0 | E | C0 | 5E | 2C |
| Octal | 7 | 257 | 333 | 141 | 24 | 0 | 16 | 300 | 136 | 54 |
| Binary | 111 | 10101111 | 11011011 | 1100001 | 10100 | 0 | 1110 | 11000000 | 1011110 | 101100 |
Color Harmonies of #07AFDB
Complementary color
Monochromatic Colors of #07AFDB
Black with #07AFDB
Text Example
Text Example
White with #07AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AFDB; }
p { color: rgb(7,175,219); }
H1.HeaderClassName
{
color: #07AFDB;
}
.AnyTagClassName
{
color: #07AFDB;
}
</style>
background-color css
<style>
a { background-color: #07AFDB; }
a { background-color: rgb(7,175,219); }
div.DivClassName
{
background-color: #07AFDB;
}
.BgClassName
{
background-color: #07AFDB;
}
</style>
border-color css
<style>
span { border-color: #07AFDB; }
span { border-color: rgb(7,175,219); }
td.TdClassName
{
border-color: #07AFDB;
}
.TagClassName
{
border-color: #07AFDB;
}
</style>