#08929D

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

Shades of Eastern Blue #08929D

Tints of Eastern Blue #08929D

Color information

#08929D (or 0x08929D) is unknown color: approx Eastern Blue. HEX triplet: 08, 92 and 9D. RGB value is (8,146,157). Sum of RGB (Red+Green+Blue) = 8+146+157=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #08929D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08929D is #F76D62. Grayscale: #696969. Windows color (decimal): -16215395 or 10326536. OLE color: 10326536.

HSL color Cylindrical-coordinate representation of color #08929D: hue angle of 184.43º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08929D is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8146157-
CMYK0.950.0700.38
HSL184.43º90.3%32.35%-
HSV(B)184.43º94.9%61.57%-
XYZ16.4623.0435.48-
YUV105.99156.7858.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.57%
GREEN value IS 146 (57.42% from 255) = 46.95%
BLUE value IS 157 (61.72% from 255) = 50.48%
R=2.57%
G=46.95%
B=50.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81461570.950.0700.38184.4390.332.35
Hex8929D5F7026b85a20
Octal10222235137704627013240
Binary1000100100101001110110111111110100110101110001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,146,157); }

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

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

 a { background-color: rgb(8,146,157); }

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

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

 span { border-color: rgb(8,146,157); }

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