Shades of Iris Blue #07B0DB
Tints of Iris Blue #07B0DB
RGB
CMYK
RGB Variations
Color information
#07B0DB (or 0x07B0DB) is known color: Iris Blue. HEX triplet: 07, B0 and DB. RGB value is (7,176,219). Sum of RGB (Red+Green+Blue) = 7+176+219=402 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.74% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #07B0DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07B0DB is #F84F24. Grayscale: #828282. Windows color (decimal): -16273189 or 14397447. OLE color: 14397447.
HSL color Cylindrical-coordinate representation of color #07B0DB: hue angle of 192.17º 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 #07B0DB is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 176 | 219 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.14 |
| HSL | 192.17º | 0.94% | 0.44% | - |
| HSV(B) | 192.17º | 0.97% | 0.86% | - |
| XYZ | 28.4 | 36.21 | 72.51 | - |
| YUV | 130.37 | 178.01 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 176 | 219 | 0.97 | 0.20 | 0 | 0.14 | 192.17 | 0.94 | 0.44 |
| Hex | 7 | B0 | DB | 61 | 14 | 0 | E | C0 | 5E | 2C |
| Octal | 7 | 260 | 333 | 141 | 24 | 0 | 16 | 300 | 136 | 54 |
| Binary | 111 | 10110000 | 11011011 | 1100001 | 10100 | 0 | 1110 | 11000000 | 1011110 | 101100 |
Color Harmonies of #07B0DB
Complementary color
Monochromatic Colors of #07B0DB
Black with #07B0DB
Text Example
Text Example
White with #07B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B0DB; }
p { color: rgb(7,176,219); }
H1.HeaderClassName
{
color: #07B0DB;
}
.AnyTagClassName
{
color: #07B0DB;
}
</style>
background-color css
<style>
a { background-color: #07B0DB; }
a { background-color: rgb(7,176,219); }
div.DivClassName
{
background-color: #07B0DB;
}
.BgClassName
{
background-color: #07B0DB;
}
</style>
border-color css
<style>
span { border-color: #07B0DB; }
span { border-color: rgb(7,176,219); }
td.TdClassName
{
border-color: #07B0DB;
}
.TagClassName
{
border-color: #07B0DB;
}
</style>