Shades of Iris Blue #07B9CE
Tints of Iris Blue #07B9CE
RGB
CMYK
RGB Variations
Color information
#07B9CE (or 0x07B9CE) is known color: Iris Blue. HEX triplet: 07, B9 and CE. RGB value is (7,185,206). Sum of RGB (Red+Green+Blue) = 7+185+206=398 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #07B9CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07B9CE is #F84631. Grayscale: #858585. Windows color (decimal): -16270898 or 13547783. OLE color: 13547783.
HSL color Cylindrical-coordinate representation of color #07B9CE: hue angle of 186.33º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07B9CE is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 185 | 206 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.19 |
| HSL | 186.33º | 0.93% | 0.42% | - |
| HSV(B) | 186.33º | 0.97% | 0.81% | - |
| XYZ | 28.58 | 39.2 | 64.45 | - |
| YUV | 134.17 | 168.53 | 37.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 185 | 206 | 0.97 | 0.10 | 0 | 0.19 | 186.33 | 0.93 | 0.42 |
| Hex | 7 | B9 | CE | 61 | A | 0 | 13 | BA | 5D | 2A |
| Octal | 7 | 271 | 316 | 141 | 12 | 0 | 23 | 272 | 135 | 52 |
| Binary | 111 | 10111001 | 11001110 | 1100001 | 1010 | 0 | 10011 | 10111010 | 1011101 | 101010 |
Color Harmonies of #07B9CE
Complementary color
Monochromatic Colors of #07B9CE
Black with #07B9CE
Text Example
Text Example
White with #07B9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B9CE; }
p { color: rgb(7,185,206); }
H1.HeaderClassName
{
color: #07B9CE;
}
.AnyTagClassName
{
color: #07B9CE;
}
</style>
background-color css
<style>
a { background-color: #07B9CE; }
a { background-color: rgb(7,185,206); }
div.DivClassName
{
background-color: #07B9CE;
}
.BgClassName
{
background-color: #07B9CE;
}
</style>
border-color css
<style>
span { border-color: #07B9CE; }
span { border-color: rgb(7,185,206); }
td.TdClassName
{
border-color: #07B9CE;
}
.TagClassName
{
border-color: #07B9CE;
}
</style>