Shades of Iris Blue #07BFCB
Tints of Iris Blue #07BFCB
RGB
CMYK
RGB Variations
Color information
#07BFCB (or 0x07BFCB) is known color: Iris Blue. HEX triplet: 07, BF and CB. RGB value is (7,191,203). Sum of RGB (Red+Green+Blue) = 7+191+203=401 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #07BFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BFCB is #F84034. Grayscale: #898989. Windows color (decimal): -16269365 or 13352711. OLE color: 13352711.
HSL color Cylindrical-coordinate representation of color #07BFCB: hue angle of 183.67º 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 #07BFCB is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 191 | 203 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.20 |
| HSL | 183.67º | 0.93% | 0.41% | - |
| HSV(B) | 183.67º | 0.97% | 0.8% | - |
| XYZ | 29.5 | 41.62 | 62.98 | - |
| YUV | 137.35 | 165.04 | 35.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 191 | 203 | 0.97 | 0.06 | 0 | 0.20 | 183.67 | 0.93 | 0.41 |
| Hex | 7 | BF | CB | 61 | 6 | 0 | 14 | B8 | 5D | 29 |
| Octal | 7 | 277 | 313 | 141 | 6 | 0 | 24 | 270 | 135 | 51 |
| Binary | 111 | 10111111 | 11001011 | 1100001 | 110 | 0 | 10100 | 10111000 | 1011101 | 101001 |
Color Harmonies of #07BFCB
Complementary color
Monochromatic Colors of #07BFCB
Black with #07BFCB
Text Example
Text Example
White with #07BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BFCB; }
p { color: rgb(7,191,203); }
H1.HeaderClassName
{
color: #07BFCB;
}
.AnyTagClassName
{
color: #07BFCB;
}
</style>
background-color css
<style>
a { background-color: #07BFCB; }
a { background-color: rgb(7,191,203); }
div.DivClassName
{
background-color: #07BFCB;
}
.BgClassName
{
background-color: #07BFCB;
}
</style>
border-color css
<style>
span { border-color: #07BFCB; }
span { border-color: rgb(7,191,203); }
td.TdClassName
{
border-color: #07BFCB;
}
.TagClassName
{
border-color: #07BFCB;
}
</style>