Shades of Iris Blue #07BBCB
Tints of Iris Blue #07BBCB
RGB
CMYK
RGB Variations
Color information
#07BBCB (or 0x07BBCB) is known color: Iris Blue. HEX triplet: 07, BB and CB. RGB value is (7,187,203). Sum of RGB (Red+Green+Blue) = 7+187+203=397 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #07BBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BBCB is #F84434. Grayscale: #868686. Windows color (decimal): -16270389 or 13351687. OLE color: 13351687.
HSL color Cylindrical-coordinate representation of color #07BBCB: hue angle of 184.9º 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 #07BBCB is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 7 | 187 | 203 | - |
CMYK | 0.97 | 0.08 | 0 | 0.20 |
HSL | 184.9º | 0.93% | 0.41% | - |
HSV(B) | 184.9º | 0.97% | 0.8% | - |
XYZ | 28.64 | 39.9 | 62.69 | - |
YUV | 135 | 166.37 | 36.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 187 | 203 | 0.97 | 0.08 | 0 | 0.20 | 184.9 | 0.93 | 0.41 |
Hex | 7 | BB | CB | 61 | 8 | 0 | 14 | B9 | 5D | 29 |
Octal | 7 | 273 | 313 | 141 | 10 | 0 | 24 | 271 | 135 | 51 |
Binary | 111 | 10111011 | 11001011 | 1100001 | 1000 | 0 | 10100 | 10111001 | 1011101 | 101001 |
Color Harmonies of #07BBCB
Complementary color
Monochromatic Colors of #07BBCB
Black with #07BBCB
Text Example
Text Example
White with #07BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BBCB; }
p { color: rgb(7,187,203); }
H1.HeaderClassName
{
color: #07BBCB;
}
.AnyTagClassName
{
color: #07BBCB;
}
</style>
background-color css
<style>
a { background-color: #07BBCB; }
a { background-color: rgb(7,187,203); }
div.DivClassName
{
background-color: #07BBCB;
}
.BgClassName
{
background-color: #07BBCB;
}
</style>
border-color css
<style>
span { border-color: #07BBCB; }
span { border-color: rgb(7,187,203); }
td.TdClassName
{
border-color: #07BBCB;
}
.TagClassName
{
border-color: #07BBCB;
}
</style>