Shades of Iris Blue #07BFC1
Tints of Iris Blue #07BFC1
RGB
CMYK
RGB Variations
Color information
#07BFC1 (or 0x07BFC1) is known color: Iris Blue. HEX triplet: 07, BF and C1. RGB value is (7,191,193). Sum of RGB (Red+Green+Blue) = 7+191+193=391 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 391); Green value is 191 (75% from 255 or 48.85% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #07BFC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BFC1 is #F8403E. Grayscale: #888888. Windows color (decimal): -16269375 or 12697351. OLE color: 12697351.
HSL color Cylindrical-coordinate representation of color #07BFC1: hue angle of 180.65º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BFC1 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 191 | 193 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.24 |
| HSL | 180.65º | 0.93% | 0.39% | - |
| HSV(B) | 180.65º | 0.96% | 0.76% | - |
| XYZ | 28.34 | 41.16 | 56.9 | - |
| YUV | 136.21 | 160.04 | 35.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 191 | 193 | 0.96 | 0.01 | 0 | 0.24 | 180.65 | 0.93 | 0.39 |
| Hex | 7 | BF | C1 | 60 | 1 | 0 | 18 | B5 | 5D | 27 |
| Octal | 7 | 277 | 301 | 140 | 1 | 0 | 30 | 265 | 135 | 47 |
| Binary | 111 | 10111111 | 11000001 | 1100000 | 1 | 0 | 11000 | 10110101 | 1011101 | 100111 |
Color Harmonies of #07BFC1
Complementary color
Monochromatic Colors of #07BFC1
Black with #07BFC1
Text Example
Text Example
White with #07BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BFC1; }
p { color: rgb(7,191,193); }
H1.HeaderClassName
{
color: #07BFC1;
}
.AnyTagClassName
{
color: #07BFC1;
}
</style>
background-color css
<style>
a { background-color: #07BFC1; }
a { background-color: rgb(7,191,193); }
div.DivClassName
{
background-color: #07BFC1;
}
.BgClassName
{
background-color: #07BFC1;
}
</style>
border-color css
<style>
span { border-color: #07BFC1; }
span { border-color: rgb(7,191,193); }
td.TdClassName
{
border-color: #07BFC1;
}
.TagClassName
{
border-color: #07BFC1;
}
</style>