#0D8B9F

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

Shades of Eastern Blue #0D8B9F

Tints of Eastern Blue #0D8B9F

Color information

#0D8B9F (or 0x0D8B9F) is unknown color: approx Eastern Blue. HEX triplet: 0D, 8B and 9F. RGB value is (13,139,159). Sum of RGB (Red+Green+Blue) = 13+139+159=311 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.18% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #0D8B9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8B9F is #F27460. Grayscale: #676767. Windows color (decimal): -15889505 or 10455821. OLE color: 10455821.

HSL color Cylindrical-coordinate representation of color #0D8B9F: hue angle of 188.22º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D8B9F is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13139159-
CMYK0.920.1300.38
HSL188.22º84.88%33.73%-
HSV(B)188.22º91.82%62.35%-
XYZ15.6621.0536.04-
YUV103.61159.2663.37-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.18%
GREEN value IS 139 (54.69% from 255) = 44.69%
BLUE value IS 159 (62.5% from 255) = 51.13%
R=4.18%
G=44.69%
B=51.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal131391590.920.1300.38188.2284.8833.73
HexD8B9F5CD026bc5522
Octal152132371341504627412542
Binary11011000101110011111101110011010100110101111001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D8B9F; }

 p { color: rgb(13,139,159); }

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

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

 a { background-color: rgb(13,139,159); }

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

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

 span { border-color: rgb(13,139,159); }

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