Shades of Iris Blue #07B0CA
Tints of Iris Blue #07B0CA
RGB
CMYK
RGB Variations
Color information
#07B0CA (or 0x07B0CA) is known color: Iris Blue. HEX triplet: 07, B0 and CA. RGB value is (7,176,202). Sum of RGB (Red+Green+Blue) = 7+176+202=385 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #07B0CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07B0CA is #F84F35. Grayscale: #808080. Windows color (decimal): -16273206 or 13283335. OLE color: 13283335.
HSL color Cylindrical-coordinate representation of color #07B0CA: hue angle of 188º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07B0CA is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 176 | 202 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.21 |
| HSL | 188º | 0.93% | 0.41% | - |
| HSV(B) | 188º | 0.97% | 0.79% | - |
| XYZ | 26.27 | 35.36 | 61.32 | - |
| YUV | 128.43 | 169.51 | 41.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 176 | 202 | 0.97 | 0.13 | 0 | 0.21 | 188 | 0.93 | 0.41 |
| Hex | 7 | B0 | CA | 61 | D | 0 | 15 | BC | 5D | 29 |
| Octal | 7 | 260 | 312 | 141 | 15 | 0 | 25 | 274 | 135 | 51 |
| Binary | 111 | 10110000 | 11001010 | 1100001 | 1101 | 0 | 10101 | 10111100 | 1011101 | 101001 |
Color Harmonies of #07B0CA
Complementary color
Monochromatic Colors of #07B0CA
Black with #07B0CA
Text Example
Text Example
White with #07B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B0CA; }
p { color: rgb(7,176,202); }
H1.HeaderClassName
{
color: #07B0CA;
}
.AnyTagClassName
{
color: #07B0CA;
}
</style>
background-color css
<style>
a { background-color: #07B0CA; }
a { background-color: rgb(7,176,202); }
div.DivClassName
{
background-color: #07B0CA;
}
.BgClassName
{
background-color: #07B0CA;
}
</style>
border-color css
<style>
span { border-color: #07B0CA; }
span { border-color: rgb(7,176,202); }
td.TdClassName
{
border-color: #07B0CA;
}
.TagClassName
{
border-color: #07B0CA;
}
</style>