Shades of Iris Blue #07BEC8
Tints of Iris Blue #07BEC8
RGB
CMYK
RGB Variations
Color information
#07BEC8 (or 0x07BEC8) is known color: Iris Blue. HEX triplet: 07, BE and C8. RGB value is (7,190,200). Sum of RGB (Red+Green+Blue) = 7+190+200=397 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 200 (78.52% from 255 or 50.38% from 397); Max value from RGB is 200 - color contains mainly: blue. Hex color #07BEC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BEC8 is #F84137. Grayscale: #888888. Windows color (decimal): -16269624 or 13155847. OLE color: 13155847.
HSL color Cylindrical-coordinate representation of color #07BEC8: hue angle of 183.11º 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 #07BEC8 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 190 | 200 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.22 |
| HSL | 183.11º | 0.93% | 0.41% | - |
| HSV(B) | 183.11º | 0.97% | 0.78% | - |
| XYZ | 28.93 | 41.04 | 61.04 | - |
| YUV | 136.42 | 163.87 | 35.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 190 | 200 | 0.96 | 0.05 | 0 | 0.22 | 183.11 | 0.93 | 0.41 |
| Hex | 7 | BE | C8 | 60 | 5 | 0 | 16 | B7 | 5D | 29 |
| Octal | 7 | 276 | 310 | 140 | 5 | 0 | 26 | 267 | 135 | 51 |
| Binary | 111 | 10111110 | 11001000 | 1100000 | 101 | 0 | 10110 | 10110111 | 1011101 | 101001 |
Color Harmonies of #07BEC8
Complementary color
Monochromatic Colors of #07BEC8
Black with #07BEC8
Text Example
Text Example
White with #07BEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BEC8; }
p { color: rgb(7,190,200); }
H1.HeaderClassName
{
color: #07BEC8;
}
.AnyTagClassName
{
color: #07BEC8;
}
</style>
background-color css
<style>
a { background-color: #07BEC8; }
a { background-color: rgb(7,190,200); }
div.DivClassName
{
background-color: #07BEC8;
}
.BgClassName
{
background-color: #07BEC8;
}
</style>
border-color css
<style>
span { border-color: #07BEC8; }
span { border-color: rgb(7,190,200); }
td.TdClassName
{
border-color: #07BEC8;
}
.TagClassName
{
border-color: #07BEC8;
}
</style>