#088094

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

Shades of Eastern Blue #088094

Tints of Eastern Blue #088094

Color information

#088094 (or 0x088094) is unknown color: approx Eastern Blue. HEX triplet: 08, 80 and 94. RGB value is (8,128,148). Sum of RGB (Red+Green+Blue) = 8+128+148=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #088094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088094 is #F77F6B. Grayscale: #5E5E5E. Windows color (decimal): -16220012 or 9732104. OLE color: 9732104.

HSL color Cylindrical-coordinate representation of color #088094: hue angle of 188.57º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088094 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8128148-
CMYK0.950.1400.42
HSL188.57º89.74%30.59%-
HSV(B)188.57º94.59%58.04%-
XYZ13.1617.6330.73-
YUV94.4158.2466.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.82%
GREEN value IS 128 (50.39% from 255) = 45.07%
BLUE value IS 148 (58.20% from 255) = 52.11%
R=2.82%
G=45.07%
B=52.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81281480.950.1400.42188.5789.7430.59
Hex880945FE02Abd5a1f
Octal102002241371605227513237
Binary1000100000001001010010111111110010101010111101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088094; }

 p { color: rgb(8,128,148); }

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

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

 a { background-color: rgb(8,128,148); }

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

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

 span { border-color: rgb(8,128,148); }

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