Shades of Iris Blue #07B8C1
Tints of Iris Blue #07B8C1
RGB
CMYK
RGB Variations
Color information
#07B8C1 (or 0x07B8C1) is known color: Iris Blue. HEX triplet: 07, B8 and C1. RGB value is (7,184,193). Sum of RGB (Red+Green+Blue) = 7+184+193=384 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #07B8C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07B8C1 is #F8473E. Grayscale: #838383. Windows color (decimal): -16271167 or 12695559. OLE color: 12695559.
HSL color Cylindrical-coordinate representation of color #07B8C1: hue angle of 182.9º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B8C1 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 184 | 193 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.24 |
| HSL | 182.9º | 0.93% | 0.39% | - |
| HSV(B) | 182.9º | 0.96% | 0.76% | - |
| XYZ | 26.85 | 38.18 | 56.41 | - |
| YUV | 132.1 | 162.36 | 38.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 184 | 193 | 0.96 | 0.05 | 0 | 0.24 | 182.9 | 0.93 | 0.39 |
| Hex | 7 | B8 | C1 | 60 | 5 | 0 | 18 | B7 | 5D | 27 |
| Octal | 7 | 270 | 301 | 140 | 5 | 0 | 30 | 267 | 135 | 47 |
| Binary | 111 | 10111000 | 11000001 | 1100000 | 101 | 0 | 11000 | 10110111 | 1011101 | 100111 |
Color Harmonies of #07B8C1
Complementary color
Monochromatic Colors of #07B8C1
Black with #07B8C1
Text Example
Text Example
White with #07B8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B8C1; }
p { color: rgb(7,184,193); }
H1.HeaderClassName
{
color: #07B8C1;
}
.AnyTagClassName
{
color: #07B8C1;
}
</style>
background-color css
<style>
a { background-color: #07B8C1; }
a { background-color: rgb(7,184,193); }
div.DivClassName
{
background-color: #07B8C1;
}
.BgClassName
{
background-color: #07B8C1;
}
</style>
border-color css
<style>
span { border-color: #07B8C1; }
span { border-color: rgb(7,184,193); }
td.TdClassName
{
border-color: #07B8C1;
}
.TagClassName
{
border-color: #07B8C1;
}
</style>