#07899D

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

Shades of Eastern Blue #07899D

Tints of Eastern Blue #07899D

Color information

#07899D (or 0x07899D) is unknown color: approx Eastern Blue. HEX triplet: 07, 89 and 9D. RGB value is (7,137,157). Sum of RGB (Red+Green+Blue) = 7+137+157=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #07899D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07899D is #F87662. Grayscale: #646464. Windows color (decimal): -16283235 or 10324231. OLE color: 10324231.

HSL color Cylindrical-coordinate representation of color #07899D: hue angle of 188º 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 #07899D is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7137157-
CMYK0.960.1300.38
HSL188º91.46%32.16%-
HSV(B)188º95.54%61.57%-
XYZ15.1220.3735.03-
YUV100.41159.9361.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.33%
GREEN value IS 137 (53.91% from 255) = 45.51%
BLUE value IS 157 (61.72% from 255) = 52.16%
R=2.33%
G=45.51%
B=52.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71371570.960.1300.3818891.4632.16
Hex7899D60D026bc5b20
Octal72112351401504627413340
Binary1111000100110011101110000011010100110101111001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07899D; }

 p { color: rgb(7,137,157); }

 H1.HeaderClassName
 {
   color: #07899D;
 }
 .AnyTagClassName
 {
   color: #07899D;
 }
</style>
background-color css

<style>
 a { background-color: #07899D; }

 a { background-color: rgb(7,137,157); }

 div.DivClassName
 {
   background-color: #07899D;
 }
 .BgClassName
 {
   background-color: #07899D;
 }
</style>
border-color css

<style>
 span { border-color: #07899D; }

 span { border-color: rgb(7,137,157); }

 td.TdClassName
 {
   border-color: #07899D;
 }
 .TagClassName
 {
   border-color: #07899D;
 }
</style>