Shades of Iris Blue #07BCDC
Tints of Iris Blue #07BCDC
RGB
CMYK
RGB Variations
Color information
#07BCDC (or 0x07BCDC) is known color: Iris Blue. HEX triplet: 07, BC and DC. RGB value is (7,188,220). Sum of RGB (Red+Green+Blue) = 7+188+220=415 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.69% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #07BCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BCDC is #F84323. Grayscale: #898989. Windows color (decimal): -16270116 or 14466055. OLE color: 14466055.
HSL color Cylindrical-coordinate representation of color #07BCDC: hue angle of 189.01º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BCDC is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 188 | 220 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.14 |
| HSL | 189.01º | 0.94% | 0.45% | - |
| HSV(B) | 189.01º | 0.97% | 0.86% | - |
| XYZ | 30.99 | 41.18 | 74.03 | - |
| YUV | 137.53 | 174.53 | 34.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 220 | 0.97 | 0.15 | 0 | 0.14 | 189.01 | 0.94 | 0.45 |
| Hex | 7 | BC | DC | 61 | F | 0 | E | BD | 5E | 2D |
| Octal | 7 | 274 | 334 | 141 | 17 | 0 | 16 | 275 | 136 | 55 |
| Binary | 111 | 10111100 | 11011100 | 1100001 | 1111 | 0 | 1110 | 10111101 | 1011110 | 101101 |
Color Harmonies of #07BCDC
Complementary color
Monochromatic Colors of #07BCDC
Black with #07BCDC
Text Example
Text Example
White with #07BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BCDC; }
p { color: rgb(7,188,220); }
H1.HeaderClassName
{
color: #07BCDC;
}
.AnyTagClassName
{
color: #07BCDC;
}
</style>
background-color css
<style>
a { background-color: #07BCDC; }
a { background-color: rgb(7,188,220); }
div.DivClassName
{
background-color: #07BCDC;
}
.BgClassName
{
background-color: #07BCDC;
}
</style>
border-color css
<style>
span { border-color: #07BCDC; }
span { border-color: rgb(7,188,220); }
td.TdClassName
{
border-color: #07BCDC;
}
.TagClassName
{
border-color: #07BCDC;
}
</style>