Shades of Iris Blue #07BFB8
Tints of Iris Blue #07BFB8
RGB
CMYK
RGB Variations
Color information
#07BFB8 (or 0x07BFB8) is known color: Iris Blue. HEX triplet: 07, BF and B8. RGB value is (7,191,184). Sum of RGB (Red+Green+Blue) = 7+191+184=382 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.83% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 184 (72.27% from 255 or 48.17% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #07BFB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BFB8 is #F84047. Grayscale: #878787. Windows color (decimal): -16269384 or 12107527. OLE color: 12107527.
HSL color Cylindrical-coordinate representation of color #07BFB8: hue angle of 177.72º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BFB8 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 191 | 184 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.25 |
| HSL | 177.72º | 0.93% | 0.39% | - |
| HSV(B) | 177.72º | 0.96% | 0.75% | - |
| XYZ | 27.37 | 40.77 | 51.77 | - |
| YUV | 135.19 | 155.54 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 191 | 184 | 0.96 | 0 | 0.04 | 0.25 | 177.72 | 0.93 | 0.39 |
| Hex | 7 | BF | B8 | 60 | 0 | 4 | 19 | B2 | 5D | 27 |
| Octal | 7 | 277 | 270 | 140 | 0 | 4 | 31 | 262 | 135 | 47 |
| Binary | 111 | 10111111 | 10111000 | 1100000 | 0 | 100 | 11001 | 10110010 | 1011101 | 100111 |
Color Harmonies of #07BFB8
Complementary color
Monochromatic Colors of #07BFB8
Black with #07BFB8
Text Example
Text Example
White with #07BFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BFB8; }
p { color: rgb(7,191,184); }
H1.HeaderClassName
{
color: #07BFB8;
}
.AnyTagClassName
{
color: #07BFB8;
}
</style>
background-color css
<style>
a { background-color: #07BFB8; }
a { background-color: rgb(7,191,184); }
div.DivClassName
{
background-color: #07BFB8;
}
.BgClassName
{
background-color: #07BFB8;
}
</style>
border-color css
<style>
span { border-color: #07BFB8; }
span { border-color: rgb(7,191,184); }
td.TdClassName
{
border-color: #07BFB8;
}
.TagClassName
{
border-color: #07BFB8;
}
</style>