Shades of Eastern Blue #07969D
Tints of Eastern Blue #07969D
RGB
CMYK
RGB Variations
Color information
#07969D (or 0x07969D) is known color: Eastern Blue. HEX triplet: 07, 96 and 9D. RGB value is (7,150,157). Sum of RGB (Red+Green+Blue) = 7+150+157=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #07969D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07969D is #F86962. Grayscale: #6B6B6B. Windows color (decimal): -16279907 or 10327559. OLE color: 10327559.
HSL color Cylindrical-coordinate representation of color #07969D: hue angle of 182.8º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07969D is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 150 | 157 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.38 |
| HSL | 182.8º | 0.91% | 0.32% | - |
| HSV(B) | 182.8º | 0.96% | 0.62% | - |
| XYZ | 17.08 | 24.29 | 35.69 | - |
| YUV | 108.04 | 155.62 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 150 | 157 | 0.96 | 0.04 | 0 | 0.38 | 182.8 | 0.91 | 0.32 |
| Hex | 7 | 96 | 9D | 60 | 4 | 0 | 26 | B7 | 5B | 20 |
| Octal | 7 | 226 | 235 | 140 | 4 | 0 | 46 | 267 | 133 | 40 |
| Binary | 111 | 10010110 | 10011101 | 1100000 | 100 | 0 | 100110 | 10110111 | 1011011 | 100000 |
Color Harmonies of #07969D
Complementary color
Monochromatic Colors of #07969D
Black with #07969D
Text Example
Text Example
White with #07969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07969D; }
p { color: rgb(7,150,157); }
H1.HeaderClassName
{
color: #07969D;
}
.AnyTagClassName
{
color: #07969D;
}
</style>
background-color css
<style>
a { background-color: #07969D; }
a { background-color: rgb(7,150,157); }
div.DivClassName
{
background-color: #07969D;
}
.BgClassName
{
background-color: #07969D;
}
</style>
border-color css
<style>
span { border-color: #07969D; }
span { border-color: rgb(7,150,157); }
td.TdClassName
{
border-color: #07969D;
}
.TagClassName
{
border-color: #07969D;
}
</style>