Shades of Iris Blue #07B0DD
Tints of Iris Blue #07B0DD
RGB
CMYK
RGB Variations
Color information
#07B0DD (or 0x07B0DD) is known color: Iris Blue. HEX triplet: 07, B0 and DD. RGB value is (7,176,221). Sum of RGB (Red+Green+Blue) = 7+176+221=404 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.73% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #07B0DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07B0DD is #F84F22. Grayscale: #828282. Windows color (decimal): -16273187 or 14528519. OLE color: 14528519.
HSL color Cylindrical-coordinate representation of color #07B0DD: hue angle of 192.62º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07B0DD is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 176 | 221 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.13 |
| HSL | 192.62º | 0.94% | 0.45% | - |
| HSV(B) | 192.62º | 0.97% | 0.87% | - |
| XYZ | 28.66 | 36.32 | 73.91 | - |
| YUV | 130.6 | 179.01 | 39.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 176 | 221 | 0.97 | 0.20 | 0 | 0.13 | 192.62 | 0.94 | 0.45 |
| Hex | 7 | B0 | DD | 61 | 14 | 0 | D | C1 | 5E | 2D |
| Octal | 7 | 260 | 335 | 141 | 24 | 0 | 15 | 301 | 136 | 55 |
| Binary | 111 | 10110000 | 11011101 | 1100001 | 10100 | 0 | 1101 | 11000001 | 1011110 | 101101 |
Color Harmonies of #07B0DD
Complementary color
Monochromatic Colors of #07B0DD
Black with #07B0DD
Text Example
Text Example
White with #07B0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B0DD; }
p { color: rgb(7,176,221); }
H1.HeaderClassName
{
color: #07B0DD;
}
.AnyTagClassName
{
color: #07B0DD;
}
</style>
background-color css
<style>
a { background-color: #07B0DD; }
a { background-color: rgb(7,176,221); }
div.DivClassName
{
background-color: #07B0DD;
}
.BgClassName
{
background-color: #07B0DD;
}
</style>
border-color css
<style>
span { border-color: #07B0DD; }
span { border-color: rgb(7,176,221); }
td.TdClassName
{
border-color: #07B0DD;
}
.TagClassName
{
border-color: #07B0DD;
}
</style>