Shades of Iris Blue #07BBC8
Tints of Iris Blue #07BBC8
RGB
CMYK
RGB Variations
Color information
#07BBC8 (or 0x07BBC8) is known color: Iris Blue. HEX triplet: 07, BB and C8. RGB value is (7,187,200). Sum of RGB (Red+Green+Blue) = 7+187+200=394 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.78% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 200 (78.52% from 255 or 50.76% from 394); Max value from RGB is 200 - color contains mainly: blue. Hex color #07BBC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BBC8 is #F84437. Grayscale: #868686. Windows color (decimal): -16270392 or 13155079. OLE color: 13155079.
HSL color Cylindrical-coordinate representation of color #07BBC8: hue angle of 184.04º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BBC8 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 187 | 200 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.22 |
| HSL | 184.04º | 0.93% | 0.41% | - |
| HSV(B) | 184.04º | 0.97% | 0.78% | - |
| XYZ | 28.28 | 39.76 | 60.83 | - |
| YUV | 134.66 | 164.87 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 200 | 0.96 | 0.06 | 0 | 0.22 | 184.04 | 0.93 | 0.41 |
| Hex | 7 | BB | C8 | 60 | 6 | 0 | 16 | B8 | 5D | 29 |
| Octal | 7 | 273 | 310 | 140 | 6 | 0 | 26 | 270 | 135 | 51 |
| Binary | 111 | 10111011 | 11001000 | 1100000 | 110 | 0 | 10110 | 10111000 | 1011101 | 101001 |
Color Harmonies of #07BBC8
Complementary color
Monochromatic Colors of #07BBC8
Black with #07BBC8
Text Example
Text Example
White with #07BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BBC8; }
p { color: rgb(7,187,200); }
H1.HeaderClassName
{
color: #07BBC8;
}
.AnyTagClassName
{
color: #07BBC8;
}
</style>
background-color css
<style>
a { background-color: #07BBC8; }
a { background-color: rgb(7,187,200); }
div.DivClassName
{
background-color: #07BBC8;
}
.BgClassName
{
background-color: #07BBC8;
}
</style>
border-color css
<style>
span { border-color: #07BBC8; }
span { border-color: rgb(7,187,200); }
td.TdClassName
{
border-color: #07BBC8;
}
.TagClassName
{
border-color: #07BBC8;
}
</style>