#0D8E99

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

Shades of Eastern Blue #0D8E99

Tints of Eastern Blue #0D8E99

Color information

#0D8E99 (or 0x0D8E99) is unknown color: approx Eastern Blue. HEX triplet: 0D, 8E and 99. RGB value is (13,142,153). Sum of RGB (Red+Green+Blue) = 13+142+153=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 142 (55.86% from 255 or 46.10% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #0D8E99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8E99 is #F27166. Grayscale: #686868. Windows color (decimal): -15888743 or 10063373. OLE color: 10063373.

HSL color Cylindrical-coordinate representation of color #0D8E99: hue angle of 184.71º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D8E99 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13142153-
CMYK0.920.0700.4
HSL184.71º84.34%32.55%-
HSV(B)184.71º91.5%60%-
XYZ15.5921.7333.51-
YUV104.68155.2662.61-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.22%
GREEN value IS 142 (55.86% from 255) = 46.10%
BLUE value IS 153 (60.16% from 255) = 49.68%
R=4.22%
G=46.10%
B=49.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal131421530.920.0700.4184.7184.3432.55
HexD8E995C7028b95421
Octal15216231134705027112441
Binary1101100011101001100110111001110101000101110011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,142,153); }

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

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

 a { background-color: rgb(13,142,153); }

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

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

 span { border-color: rgb(13,142,153); }

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