Shades of Iris Blue #07B6C8
Tints of Iris Blue #07B6C8
RGB
CMYK
RGB Variations
Color information
#07B6C8 (or 0x07B6C8) is known color: Iris Blue. HEX triplet: 07, B6 and C8. RGB value is (7,182,200). Sum of RGB (Red+Green+Blue) = 7+182+200=389 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 200 (78.52% from 255 or 51.41% from 389); Max value from RGB is 200 - color contains mainly: blue. Hex color #07B6C8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07B6C8 is #F84937. Grayscale: #838383. Windows color (decimal): -16271672 or 13153799. OLE color: 13153799.
HSL color Cylindrical-coordinate representation of color #07B6C8: hue angle of 185.6º 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 #07B6C8 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 182 | 200 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.22 |
| HSL | 185.6º | 0.93% | 0.41% | - |
| HSV(B) | 185.6º | 0.97% | 0.78% | - |
| XYZ | 27.24 | 37.67 | 60.48 | - |
| YUV | 131.73 | 166.52 | 39.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 182 | 200 | 0.96 | 0.09 | 0 | 0.22 | 185.6 | 0.93 | 0.41 |
| Hex | 7 | B6 | C8 | 60 | 9 | 0 | 16 | BA | 5D | 29 |
| Octal | 7 | 266 | 310 | 140 | 11 | 0 | 26 | 272 | 135 | 51 |
| Binary | 111 | 10110110 | 11001000 | 1100000 | 1001 | 0 | 10110 | 10111010 | 1011101 | 101001 |
Color Harmonies of #07B6C8
Complementary color
Monochromatic Colors of #07B6C8
Black with #07B6C8
Text Example
Text Example
White with #07B6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B6C8; }
p { color: rgb(7,182,200); }
H1.HeaderClassName
{
color: #07B6C8;
}
.AnyTagClassName
{
color: #07B6C8;
}
</style>
background-color css
<style>
a { background-color: #07B6C8; }
a { background-color: rgb(7,182,200); }
div.DivClassName
{
background-color: #07B6C8;
}
.BgClassName
{
background-color: #07B6C8;
}
</style>
border-color css
<style>
span { border-color: #07B6C8; }
span { border-color: rgb(7,182,200); }
td.TdClassName
{
border-color: #07B6C8;
}
.TagClassName
{
border-color: #07B6C8;
}
</style>