Shades of Iris Blue #07BBC7
Tints of Iris Blue #07BBC7
RGB
CMYK
RGB Variations
Color information
#07BBC7 (or 0x07BBC7) is known color: Iris Blue. HEX triplet: 07, BB and C7. RGB value is (7,187,199). Sum of RGB (Red+Green+Blue) = 7+187+199=393 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.78% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 199 (78.12% from 255 or 50.64% from 393); Max value from RGB is 199 - color contains mainly: blue. Hex color #07BBC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BBC7 is #F84438. Grayscale: #868686. Windows color (decimal): -16270393 or 13089543. OLE color: 13089543.
HSL color Cylindrical-coordinate representation of color #07BBC7: hue angle of 183.75º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BBC7 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 187 | 199 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.22 |
| HSL | 183.75º | 0.93% | 0.4% | - |
| HSV(B) | 183.75º | 0.96% | 0.78% | - |
| XYZ | 28.17 | 39.71 | 60.21 | - |
| YUV | 134.55 | 164.37 | 37.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 199 | 0.96 | 0.06 | 0 | 0.22 | 183.75 | 0.93 | 0.4 |
| Hex | 7 | BB | C7 | 60 | 6 | 0 | 16 | B8 | 5D | 28 |
| Octal | 7 | 273 | 307 | 140 | 6 | 0 | 26 | 270 | 135 | 50 |
| Binary | 111 | 10111011 | 11000111 | 1100000 | 110 | 0 | 10110 | 10111000 | 1011101 | 101000 |
Color Harmonies of #07BBC7
Complementary color
Monochromatic Colors of #07BBC7
Black with #07BBC7
Text Example
Text Example
White with #07BBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BBC7; }
p { color: rgb(7,187,199); }
H1.HeaderClassName
{
color: #07BBC7;
}
.AnyTagClassName
{
color: #07BBC7;
}
</style>
background-color css
<style>
a { background-color: #07BBC7; }
a { background-color: rgb(7,187,199); }
div.DivClassName
{
background-color: #07BBC7;
}
.BgClassName
{
background-color: #07BBC7;
}
</style>
border-color css
<style>
span { border-color: #07BBC7; }
span { border-color: rgb(7,187,199); }
td.TdClassName
{
border-color: #07BBC7;
}
.TagClassName
{
border-color: #07BBC7;
}
</style>