#08788F

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

Shades of Eastern Blue #08788F

Tints of Eastern Blue #08788F

Color information

#08788F (or 0x08788F) is unknown color: approx Eastern Blue. HEX triplet: 08, 78 and 8F. RGB value is (8,120,143). Sum of RGB (Red+Green+Blue) = 8+120+143=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #08788F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08788F is #F78770. Grayscale: #585858. Windows color (decimal): -16222065 or 9402376. OLE color: 9402376.

HSL color Cylindrical-coordinate representation of color #08788F: hue angle of 190.22º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08788F is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8120143-
CMYK0.940.1600.44
HSL190.22º89.4%29.61%-
HSV(B)190.22º94.41%56.08%-
XYZ11.7715.4728.35-
YUV89.13158.3970.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.95%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 143 (56.25% from 255) = 52.77%
R=2.95%
G=44.28%
B=52.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81201430.940.1600.44190.2289.429.61
Hex8788F5E1002Cbe591e
Octal101702171362005427613136
Binary1000111100010001111101111010000010110010111110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08788F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08788F; }

 p { color: rgb(8,120,143); }

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

<style>
 a { background-color: #08788F; }

 a { background-color: rgb(8,120,143); }

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

<style>
 span { border-color: #08788F; }

 span { border-color: rgb(8,120,143); }

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