Shades of Iris Blue #07B8CC
Tints of Iris Blue #07B8CC
RGB
CMYK
RGB Variations
Color information
#07B8CC (or 0x07B8CC) is known color: Iris Blue. HEX triplet: 07, B8 and CC. RGB value is (7,184,204). Sum of RGB (Red+Green+Blue) = 7+184+204=395 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.77% from 395); Green value is 184 (72.27% from 255 or 46.58% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #07B8CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07B8CC is #F84733. Grayscale: #858585. Windows color (decimal): -16271156 or 13416455. OLE color: 13416455.
HSL color Cylindrical-coordinate representation of color #07B8CC: hue angle of 186.09º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07B8CC is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 184 | 204 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.2 |
| HSL | 186.09º | 0.93% | 0.41% | - |
| HSV(B) | 186.09º | 0.97% | 0.8% | - |
| XYZ | 28.13 | 38.69 | 63.11 | - |
| YUV | 133.36 | 167.86 | 37.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 184 | 204 | 0.97 | 0.10 | 0 | 0.2 | 186.09 | 0.93 | 0.41 |
| Hex | 7 | B8 | CC | 61 | A | 0 | 14 | BA | 5D | 29 |
| Octal | 7 | 270 | 314 | 141 | 12 | 0 | 24 | 272 | 135 | 51 |
| Binary | 111 | 10111000 | 11001100 | 1100001 | 1010 | 0 | 10100 | 10111010 | 1011101 | 101001 |
Color Harmonies of #07B8CC
Complementary color
Monochromatic Colors of #07B8CC
Black with #07B8CC
Text Example
Text Example
White with #07B8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B8CC; }
p { color: rgb(7,184,204); }
H1.HeaderClassName
{
color: #07B8CC;
}
.AnyTagClassName
{
color: #07B8CC;
}
</style>
background-color css
<style>
a { background-color: #07B8CC; }
a { background-color: rgb(7,184,204); }
div.DivClassName
{
background-color: #07B8CC;
}
.BgClassName
{
background-color: #07B8CC;
}
</style>
border-color css
<style>
span { border-color: #07B8CC; }
span { border-color: rgb(7,184,204); }
td.TdClassName
{
border-color: #07B8CC;
}
.TagClassName
{
border-color: #07B8CC;
}
</style>