Shades of Iris Blue #07AFDC
Tints of Iris Blue #07AFDC
RGB
CMYK
RGB Variations
Color information
#07AFDC (or 0x07AFDC) is known color: Iris Blue. HEX triplet: 07, AF and DC. RGB value is (7,175,220). Sum of RGB (Red+Green+Blue) = 7+175+220=402 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.74% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #07AFDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AFDC is #F85023. Grayscale: #818181. Windows color (decimal): -16273444 or 14462727. OLE color: 14462727.
HSL color Cylindrical-coordinate representation of color #07AFDC: hue angle of 192.68º 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 #07AFDC is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 175 | 220 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.14 |
| HSL | 192.68º | 0.94% | 0.45% | - |
| HSV(B) | 192.68º | 0.97% | 0.86% | - |
| XYZ | 28.34 | 35.87 | 73.14 | - |
| YUV | 129.9 | 178.84 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 175 | 220 | 0.97 | 0.20 | 0 | 0.14 | 192.68 | 0.94 | 0.45 |
| Hex | 7 | AF | DC | 61 | 14 | 0 | E | C1 | 5E | 2D |
| Octal | 7 | 257 | 334 | 141 | 24 | 0 | 16 | 301 | 136 | 55 |
| Binary | 111 | 10101111 | 11011100 | 1100001 | 10100 | 0 | 1110 | 11000001 | 1011110 | 101101 |
Color Harmonies of #07AFDC
Complementary color
Monochromatic Colors of #07AFDC
Black with #07AFDC
Text Example
Text Example
White with #07AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AFDC; }
p { color: rgb(7,175,220); }
H1.HeaderClassName
{
color: #07AFDC;
}
.AnyTagClassName
{
color: #07AFDC;
}
</style>
background-color css
<style>
a { background-color: #07AFDC; }
a { background-color: rgb(7,175,220); }
div.DivClassName
{
background-color: #07AFDC;
}
.BgClassName
{
background-color: #07AFDC;
}
</style>
border-color css
<style>
span { border-color: #07AFDC; }
span { border-color: rgb(7,175,220); }
td.TdClassName
{
border-color: #07AFDC;
}
.TagClassName
{
border-color: #07AFDC;
}
</style>