#07969D

Color #07969D Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #07969D

Tints of Eastern Blue #07969D

Color information

#07969D (or 0x07969D) is unknown color: approx 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

RGB7150157-
CMYK0.960.0400.38
HSL182.8º91.46%32.16%-
HSV(B)182.8º95.54%61.57%-
XYZ17.0824.2935.69-
YUV108.04155.6255.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 2.23%
GREEN value IS 150 (58.98% from 255) = 47.77%
BLUE value IS 157 (61.72% from 255) = 50%
R=2.23%
G=47.77%
B=50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71501570.960.0400.38182.891.4632.16
Hex7969D604026b75b20
Octal7226235140404626713340
Binary111100101101001110111000001000100110101101111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>