Shades of Iris Blue #07BCCD
Tints of Iris Blue #07BCCD
RGB
CMYK
RGB Variations
Color information
#07BCCD (or 0x07BCCD) is known color: Iris Blue. HEX triplet: 07, BC and CD. RGB value is (7,188,205). Sum of RGB (Red+Green+Blue) = 7+188+205=400 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #07BCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BCCD is #F84332. Grayscale: #878787. Windows color (decimal): -16270131 or 13483015. OLE color: 13483015.
HSL color Cylindrical-coordinate representation of color #07BCCD: hue angle of 185.15º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BCCD is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 188 | 205 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.20 |
| HSL | 185.15º | 0.93% | 0.42% | - |
| HSV(B) | 185.15º | 0.97% | 0.8% | - |
| XYZ | 29.09 | 40.42 | 64.03 | - |
| YUV | 135.82 | 167.03 | 36.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 205 | 0.97 | 0.08 | 0 | 0.20 | 185.15 | 0.93 | 0.42 |
| Hex | 7 | BC | CD | 61 | 8 | 0 | 14 | B9 | 5D | 2A |
| Octal | 7 | 274 | 315 | 141 | 10 | 0 | 24 | 271 | 135 | 52 |
| Binary | 111 | 10111100 | 11001101 | 1100001 | 1000 | 0 | 10100 | 10111001 | 1011101 | 101010 |
Color Harmonies of #07BCCD
Complementary color
Monochromatic Colors of #07BCCD
Black with #07BCCD
Text Example
Text Example
White with #07BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BCCD; }
p { color: rgb(7,188,205); }
H1.HeaderClassName
{
color: #07BCCD;
}
.AnyTagClassName
{
color: #07BCCD;
}
</style>
background-color css
<style>
a { background-color: #07BCCD; }
a { background-color: rgb(7,188,205); }
div.DivClassName
{
background-color: #07BCCD;
}
.BgClassName
{
background-color: #07BCCD;
}
</style>
border-color css
<style>
span { border-color: #07BCCD; }
span { border-color: rgb(7,188,205); }
td.TdClassName
{
border-color: #07BCCD;
}
.TagClassName
{
border-color: #07BCCD;
}
</style>