Shades of Iris Blue #07B1DE
Tints of Iris Blue #07B1DE
RGB
CMYK
RGB Variations
Color information
#07B1DE (or 0x07B1DE) is known color: Iris Blue. HEX triplet: 07, B1 and DE. RGB value is (7,177,222). Sum of RGB (Red+Green+Blue) = 7+177+222=406 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.72% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #07B1DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07B1DE is #F84E21. Grayscale: #828282. Windows color (decimal): -16272930 or 14594311. OLE color: 14594311.
HSL color Cylindrical-coordinate representation of color #07B1DE: hue angle of 192.56º 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 #07B1DE is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 177 | 222 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.13 |
| HSL | 192.56º | 0.94% | 0.45% | - |
| HSV(B) | 192.56º | 0.97% | 0.87% | - |
| XYZ | 28.99 | 36.76 | 74.68 | - |
| YUV | 131.3 | 179.18 | 39.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 177 | 222 | 0.97 | 0.20 | 0 | 0.13 | 192.56 | 0.94 | 0.45 |
| Hex | 7 | B1 | DE | 61 | 14 | 0 | D | C1 | 5E | 2D |
| Octal | 7 | 261 | 336 | 141 | 24 | 0 | 15 | 301 | 136 | 55 |
| Binary | 111 | 10110001 | 11011110 | 1100001 | 10100 | 0 | 1101 | 11000001 | 1011110 | 101101 |
Color Harmonies of #07B1DE
Complementary color
Monochromatic Colors of #07B1DE
Black with #07B1DE
Text Example
Text Example
White with #07B1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B1DE; }
p { color: rgb(7,177,222); }
H1.HeaderClassName
{
color: #07B1DE;
}
.AnyTagClassName
{
color: #07B1DE;
}
</style>
background-color css
<style>
a { background-color: #07B1DE; }
a { background-color: rgb(7,177,222); }
div.DivClassName
{
background-color: #07B1DE;
}
.BgClassName
{
background-color: #07B1DE;
}
</style>
border-color css
<style>
span { border-color: #07B1DE; }
span { border-color: rgb(7,177,222); }
td.TdClassName
{
border-color: #07B1DE;
}
.TagClassName
{
border-color: #07B1DE;
}
</style>