Shades of Iris Blue #07B0C3
Tints of Iris Blue #07B0C3
RGB
CMYK
RGB Variations
Color information
#07B0C3 (or 0x07B0C3) is known color: Iris Blue. HEX triplet: 07, B0 and C3. RGB value is (7,176,195). Sum of RGB (Red+Green+Blue) = 7+176+195=378 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.85% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 195 (76.56% from 255 or 51.59% from 378); Max value from RGB is 195 - color contains mainly: blue. Hex color #07B0C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07B0C3 is #F84F3C. Grayscale: #7F7F7F. Windows color (decimal): -16273213 or 12824583. OLE color: 12824583.
HSL color Cylindrical-coordinate representation of color #07B0C3: hue angle of 186.06º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B0C3 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 176 | 195 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.24 |
| HSL | 186.06º | 0.93% | 0.4% | - |
| HSV(B) | 186.06º | 0.96% | 0.76% | - |
| XYZ | 25.46 | 35.04 | 57.05 | - |
| YUV | 127.64 | 166.01 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 176 | 195 | 0.96 | 0.10 | 0 | 0.24 | 186.06 | 0.93 | 0.4 |
| Hex | 7 | B0 | C3 | 60 | A | 0 | 18 | BA | 5D | 28 |
| Octal | 7 | 260 | 303 | 140 | 12 | 0 | 30 | 272 | 135 | 50 |
| Binary | 111 | 10110000 | 11000011 | 1100000 | 1010 | 0 | 11000 | 10111010 | 1011101 | 101000 |
Color Harmonies of #07B0C3
Complementary color
Monochromatic Colors of #07B0C3
Black with #07B0C3
Text Example
Text Example
White with #07B0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B0C3; }
p { color: rgb(7,176,195); }
H1.HeaderClassName
{
color: #07B0C3;
}
.AnyTagClassName
{
color: #07B0C3;
}
</style>
background-color css
<style>
a { background-color: #07B0C3; }
a { background-color: rgb(7,176,195); }
div.DivClassName
{
background-color: #07B0C3;
}
.BgClassName
{
background-color: #07B0C3;
}
</style>
border-color css
<style>
span { border-color: #07B0C3; }
span { border-color: rgb(7,176,195); }
td.TdClassName
{
border-color: #07B0C3;
}
.TagClassName
{
border-color: #07B0C3;
}
</style>