Shades of Iris Blue #07B1DB
Tints of Iris Blue #07B1DB
RGB
CMYK
RGB Variations
Color information
#07B1DB (or 0x07B1DB) is known color: Iris Blue. HEX triplet: 07, B1 and DB. RGB value is (7,177,219). Sum of RGB (Red+Green+Blue) = 7+177+219=403 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.74% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #07B1DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07B1DB is #F84E24. Grayscale: #828282. Windows color (decimal): -16272933 or 14397703. OLE color: 14397703.
HSL color Cylindrical-coordinate representation of color #07B1DB: hue angle of 191.89º 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 #07B1DB is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 177 | 219 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.14 |
| HSL | 191.89º | 0.94% | 0.44% | - |
| HSV(B) | 191.89º | 0.97% | 0.86% | - |
| XYZ | 28.6 | 36.6 | 72.58 | - |
| YUV | 130.96 | 177.68 | 39.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 177 | 219 | 0.97 | 0.19 | 0 | 0.14 | 191.89 | 0.94 | 0.44 |
| Hex | 7 | B1 | DB | 61 | 13 | 0 | E | C0 | 5E | 2C |
| Octal | 7 | 261 | 333 | 141 | 23 | 0 | 16 | 300 | 136 | 54 |
| Binary | 111 | 10110001 | 11011011 | 1100001 | 10011 | 0 | 1110 | 11000000 | 1011110 | 101100 |
Color Harmonies of #07B1DB
Complementary color
Monochromatic Colors of #07B1DB
Black with #07B1DB
Text Example
Text Example
White with #07B1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B1DB; }
p { color: rgb(7,177,219); }
H1.HeaderClassName
{
color: #07B1DB;
}
.AnyTagClassName
{
color: #07B1DB;
}
</style>
background-color css
<style>
a { background-color: #07B1DB; }
a { background-color: rgb(7,177,219); }
div.DivClassName
{
background-color: #07B1DB;
}
.BgClassName
{
background-color: #07B1DB;
}
</style>
border-color css
<style>
span { border-color: #07B1DB; }
span { border-color: rgb(7,177,219); }
td.TdClassName
{
border-color: #07B1DB;
}
.TagClassName
{
border-color: #07B1DB;
}
</style>