Shades of Iris Blue #07BAC8
Tints of Iris Blue #07BAC8
RGB
CMYK
RGB Variations
Color information
#07BAC8 (or 0x07BAC8) is known color: Iris Blue. HEX triplet: 07, BA and C8. RGB value is (7,186,200). Sum of RGB (Red+Green+Blue) = 7+186+200=393 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.78% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 200 (78.52% from 255 or 50.89% from 393); Max value from RGB is 200 - color contains mainly: blue. Hex color #07BAC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BAC8 is #F84537. Grayscale: #858585. Windows color (decimal): -16270648 or 13154823. OLE color: 13154823.
HSL color Cylindrical-coordinate representation of color #07BAC8: hue angle of 184.35º 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 #07BAC8 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 186 | 200 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.22 |
| HSL | 184.35º | 0.93% | 0.41% | - |
| HSV(B) | 184.35º | 0.97% | 0.78% | - |
| XYZ | 28.07 | 39.33 | 60.76 | - |
| YUV | 134.08 | 165.2 | 37.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 200 | 0.96 | 0.07 | 0 | 0.22 | 184.35 | 0.93 | 0.41 |
| Hex | 7 | BA | C8 | 60 | 7 | 0 | 16 | B8 | 5D | 29 |
| Octal | 7 | 272 | 310 | 140 | 7 | 0 | 26 | 270 | 135 | 51 |
| Binary | 111 | 10111010 | 11001000 | 1100000 | 111 | 0 | 10110 | 10111000 | 1011101 | 101001 |
Color Harmonies of #07BAC8
Complementary color
Monochromatic Colors of #07BAC8
Black with #07BAC8
Text Example
Text Example
White with #07BAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BAC8; }
p { color: rgb(7,186,200); }
H1.HeaderClassName
{
color: #07BAC8;
}
.AnyTagClassName
{
color: #07BAC8;
}
</style>
background-color css
<style>
a { background-color: #07BAC8; }
a { background-color: rgb(7,186,200); }
div.DivClassName
{
background-color: #07BAC8;
}
.BgClassName
{
background-color: #07BAC8;
}
</style>
border-color css
<style>
span { border-color: #07BAC8; }
span { border-color: rgb(7,186,200); }
td.TdClassName
{
border-color: #07BAC8;
}
.TagClassName
{
border-color: #07BAC8;
}
</style>