Shades of Iris Blue #00B7CA
Tints of Iris Blue #00B7CA
RGB
CMYK
RGB Variations
Color information
#00B7CA (or 0x00B7CA) is known color: Iris Blue. HEX triplet: 00, B7 and CA. RGB value is (0,183,202). Sum of RGB (Red+Green+Blue) = 0+183+202=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 183 (71.88% from 255 or 47.53% 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 #00B7CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B7CA is #FF4835. Grayscale: #828282. Windows color (decimal): -16730166 or 13285120. OLE color: 13285120.
HSL color Cylindrical-coordinate representation of color #00B7CA: hue angle of 185.64º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B7CA is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 183 | 202 | - |
| CMYK | 1 | 0.09 | 0 | 0.21 |
| HSL | 185.64º | 1% | 0.4% | - |
| HSV(B) | 185.64º | 1% | 0.79% | - |
| XYZ | 27.59 | 38.13 | 61.78 | - |
| YUV | 130.45 | 168.37 | 34.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 202 | 1 | 0.09 | 0 | 0.21 | 185.64 | 1 | 0.4 |
| Hex | 0 | B7 | CA | 64 | 9 | 0 | 15 | BA | 64 | 28 |
| Octal | 0 | 267 | 312 | 144 | 11 | 0 | 25 | 272 | 144 | 50 |
| Binary | 0 | 10110111 | 11001010 | 1100100 | 1001 | 0 | 10101 | 10111010 | 1100100 | 101000 |
Color Harmonies of #00B7CA
Complementary color
Monochromatic Colors of #00B7CA
Black with #00B7CA
Text Example
Text Example
White with #00B7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B7CA; }
p { color: rgb(0,183,202); }
H1.HeaderClassName
{
color: #00B7CA;
}
.AnyTagClassName
{
color: #00B7CA;
}
</style>
background-color css
<style>
a { background-color: #00B7CA; }
a { background-color: rgb(0,183,202); }
div.DivClassName
{
background-color: #00B7CA;
}
.BgClassName
{
background-color: #00B7CA;
}
</style>
border-color css
<style>
span { border-color: #00B7CA; }
span { border-color: rgb(0,183,202); }
td.TdClassName
{
border-color: #00B7CA;
}
.TagClassName
{
border-color: #00B7CA;
}
</style>