Shades of Iris Blue #07ADB3
Tints of Iris Blue #07ADB3
RGB
CMYK
RGB Variations
Color information
#07ADB3 (or 0x07ADB3) is known color: Iris Blue. HEX triplet: 07, AD and B3. RGB value is (7,173,179). Sum of RGB (Red+Green+Blue) = 7+173+179=359 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.95% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 179 (70.31% from 255 or 49.86% from 359); Max value from RGB is 179 - color contains mainly: blue. Hex color #07ADB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ADB3 is #F8524C. Grayscale: #7B7B7B. Windows color (decimal): -16273997 or 11775239. OLE color: 11775239.
HSL color Cylindrical-coordinate representation of color #07ADB3: hue angle of 182.09º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07ADB3 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 173 | 179 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.30 |
| HSL | 182.09º | 0.92% | 0.36% | - |
| HSV(B) | 182.09º | 0.96% | 0.7% | - |
| XYZ | 23.17 | 33.19 | 47.83 | - |
| YUV | 124.05 | 159 | 44.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 179 | 0.96 | 0.03 | 0 | 0.30 | 182.09 | 0.92 | 0.36 |
| Hex | 7 | AD | B3 | 60 | 3 | 0 | 1E | B6 | 5C | 24 |
| Octal | 7 | 255 | 263 | 140 | 3 | 0 | 36 | 266 | 134 | 44 |
| Binary | 111 | 10101101 | 10110011 | 1100000 | 11 | 0 | 11110 | 10110110 | 1011100 | 100100 |
Color Harmonies of #07ADB3
Complementary color
Monochromatic Colors of #07ADB3
Black with #07ADB3
Text Example
Text Example
White with #07ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ADB3; }
p { color: rgb(7,173,179); }
H1.HeaderClassName
{
color: #07ADB3;
}
.AnyTagClassName
{
color: #07ADB3;
}
</style>
background-color css
<style>
a { background-color: #07ADB3; }
a { background-color: rgb(7,173,179); }
div.DivClassName
{
background-color: #07ADB3;
}
.BgClassName
{
background-color: #07ADB3;
}
</style>
border-color css
<style>
span { border-color: #07ADB3; }
span { border-color: rgb(7,173,179); }
td.TdClassName
{
border-color: #07ADB3;
}
.TagClassName
{
border-color: #07ADB3;
}
</style>