Shades of Iris Blue #07BFC8
Tints of Iris Blue #07BFC8
RGB
CMYK
RGB Variations
Color information
#07BFC8 (or 0x07BFC8) is known color: Iris Blue. HEX triplet: 07, BF and C8. RGB value is (7,191,200). Sum of RGB (Red+Green+Blue) = 7+191+200=398 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 200 (78.52% from 255 or 50.25% from 398); Max value from RGB is 200 - color contains mainly: blue. Hex color #07BFC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BFC8 is #F84037. Grayscale: #888888. Windows color (decimal): -16269368 or 13156103. OLE color: 13156103.
HSL color Cylindrical-coordinate representation of color #07BFC8: hue angle of 182.8º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BFC8 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 191 | 200 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.22 |
| HSL | 182.8º | 0.93% | 0.41% | - |
| HSV(B) | 182.8º | 0.97% | 0.78% | - |
| XYZ | 29.14 | 41.48 | 61.11 | - |
| YUV | 137.01 | 163.54 | 35.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 191 | 200 | 0.96 | 0.04 | 0 | 0.22 | 182.8 | 0.93 | 0.41 |
| Hex | 7 | BF | C8 | 60 | 4 | 0 | 16 | B7 | 5D | 29 |
| Octal | 7 | 277 | 310 | 140 | 4 | 0 | 26 | 267 | 135 | 51 |
| Binary | 111 | 10111111 | 11001000 | 1100000 | 100 | 0 | 10110 | 10110111 | 1011101 | 101001 |
Color Harmonies of #07BFC8
Complementary color
Monochromatic Colors of #07BFC8
Black with #07BFC8
Text Example
Text Example
White with #07BFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BFC8; }
p { color: rgb(7,191,200); }
H1.HeaderClassName
{
color: #07BFC8;
}
.AnyTagClassName
{
color: #07BFC8;
}
</style>
background-color css
<style>
a { background-color: #07BFC8; }
a { background-color: rgb(7,191,200); }
div.DivClassName
{
background-color: #07BFC8;
}
.BgClassName
{
background-color: #07BFC8;
}
</style>
border-color css
<style>
span { border-color: #07BFC8; }
span { border-color: rgb(7,191,200); }
td.TdClassName
{
border-color: #07BFC8;
}
.TagClassName
{
border-color: #07BFC8;
}
</style>