Shades of Iris Blue #07BBC4
Tints of Iris Blue #07BBC4
RGB
CMYK
RGB Variations
Color information
#07BBC4 (or 0x07BBC4) is known color: Iris Blue. HEX triplet: 07, BB and C4. RGB value is (7,187,196). Sum of RGB (Red+Green+Blue) = 7+187+196=390 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 390); Green value is 187 (73.44% from 255 or 47.95% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #07BBC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BBC4 is #F8443B. Grayscale: #858585. Windows color (decimal): -16270396 or 12892935. OLE color: 12892935.
HSL color Cylindrical-coordinate representation of color #07BBC4: hue angle of 182.86º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BBC4 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 187 | 196 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.23 |
| HSL | 182.86º | 0.93% | 0.4% | - |
| HSV(B) | 182.86º | 0.96% | 0.77% | - |
| XYZ | 27.82 | 39.57 | 58.4 | - |
| YUV | 134.21 | 162.87 | 37.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 196 | 0.96 | 0.05 | 0 | 0.23 | 182.86 | 0.93 | 0.4 |
| Hex | 7 | BB | C4 | 60 | 5 | 0 | 17 | B7 | 5D | 28 |
| Octal | 7 | 273 | 304 | 140 | 5 | 0 | 27 | 267 | 135 | 50 |
| Binary | 111 | 10111011 | 11000100 | 1100000 | 101 | 0 | 10111 | 10110111 | 1011101 | 101000 |
Color Harmonies of #07BBC4
Complementary color
Monochromatic Colors of #07BBC4
Black with #07BBC4
Text Example
Text Example
White with #07BBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BBC4; }
p { color: rgb(7,187,196); }
H1.HeaderClassName
{
color: #07BBC4;
}
.AnyTagClassName
{
color: #07BBC4;
}
</style>
background-color css
<style>
a { background-color: #07BBC4; }
a { background-color: rgb(7,187,196); }
div.DivClassName
{
background-color: #07BBC4;
}
.BgClassName
{
background-color: #07BBC4;
}
</style>
border-color css
<style>
span { border-color: #07BBC4; }
span { border-color: rgb(7,187,196); }
td.TdClassName
{
border-color: #07BBC4;
}
.TagClassName
{
border-color: #07BBC4;
}
</style>