Shades of Iris Blue #07B2CB
Tints of Iris Blue #07B2CB
RGB
CMYK
RGB Variations
Color information
#07B2CB (or 0x07B2CB) is known color: Iris Blue. HEX triplet: 07, B2 and CB. RGB value is (7,178,203). Sum of RGB (Red+Green+Blue) = 7+178+203=388 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #07B2CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07B2CB is #F84D34. Grayscale: #818181. Windows color (decimal): -16272693 or 13349383. OLE color: 13349383.
HSL color Cylindrical-coordinate representation of color #07B2CB: hue angle of 187.65º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07B2CB is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 178 | 203 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.20 |
| HSL | 187.65º | 0.93% | 0.41% | - |
| HSV(B) | 187.65º | 0.97% | 0.8% | - |
| XYZ | 26.79 | 36.2 | 62.07 | - |
| YUV | 129.72 | 169.35 | 40.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 178 | 203 | 0.97 | 0.12 | 0 | 0.20 | 187.65 | 0.93 | 0.41 |
| Hex | 7 | B2 | CB | 61 | C | 0 | 14 | BC | 5D | 29 |
| Octal | 7 | 262 | 313 | 141 | 14 | 0 | 24 | 274 | 135 | 51 |
| Binary | 111 | 10110010 | 11001011 | 1100001 | 1100 | 0 | 10100 | 10111100 | 1011101 | 101001 |
Color Harmonies of #07B2CB
Complementary color
Monochromatic Colors of #07B2CB
Black with #07B2CB
Text Example
Text Example
White with #07B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B2CB; }
p { color: rgb(7,178,203); }
H1.HeaderClassName
{
color: #07B2CB;
}
.AnyTagClassName
{
color: #07B2CB;
}
</style>
background-color css
<style>
a { background-color: #07B2CB; }
a { background-color: rgb(7,178,203); }
div.DivClassName
{
background-color: #07B2CB;
}
.BgClassName
{
background-color: #07B2CB;
}
</style>
border-color css
<style>
span { border-color: #07B2CB; }
span { border-color: rgb(7,178,203); }
td.TdClassName
{
border-color: #07B2CB;
}
.TagClassName
{
border-color: #07B2CB;
}
</style>