#0E98A0

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

Shades of Eastern Blue #0E98A0

Tints of Eastern Blue #0E98A0

Color information

#0E98A0 (or 0x0E98A0) is unknown color: approx Eastern Blue. HEX triplet: 0E, 98 and A0. RGB value is (14,152,160). Sum of RGB (Red+Green+Blue) = 14+152+160=326 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.29% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 160 (62.89% from 255 or 49.08% from 326); Max value from RGB is 160 - color contains mainly: blue. Hex color #0E98A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E98A0 is #F1675F. Grayscale: #6F6F6F. Windows color (decimal): -15820640 or 10524686. OLE color: 10524686.

HSL color Cylindrical-coordinate representation of color #0E98A0: hue angle of 183.29º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E98A0 is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14152160-
CMYK0.910.0500.37
HSL183.29º83.91%34.12%-
HSV(B)183.29º91.25%62.75%-
XYZ17.7525.0937.16-
YUV111.65155.2858.35-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.29%
GREEN value IS 152 (59.77% from 255) = 46.63%
BLUE value IS 160 (62.89% from 255) = 49.08%
R=4.29%
G=46.63%
B=49.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal141521600.910.0500.37183.2983.9134.12
HexE98A05B5025b75422
Octal16230240133504526712442
Binary1110100110001010000010110111010100101101101111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E98A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,152,160); }

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

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

 a { background-color: rgb(14,152,160); }

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

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

 span { border-color: rgb(14,152,160); }

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