#028E9D

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

Shades of Eastern Blue #028E9D

Tints of Eastern Blue #028E9D

Color information

#028E9D (or 0x028E9D) is unknown color: approx Eastern Blue. HEX triplet: 02, 8E and 9D. RGB value is (2,142,157). Sum of RGB (Red+Green+Blue) = 2+142+157=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 142 (55.86% from 255 or 47.18% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #028E9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028E9D is #FD7162. Grayscale: #656565. Windows color (decimal): -16609635 or 10325506. OLE color: 10325506.

HSL color Cylindrical-coordinate representation of color #028E9D: hue angle of 185.81º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028E9D is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2142157-
CMYK0.990.1000.38
HSL185.81º97.48%31.18%-
HSV(B)185.81º98.73%61.57%-
XYZ15.7821.7935.27-
YUV101.85159.1256.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 142 (55.86% from 255) = 47.18%
BLUE value IS 157 (61.72% from 255) = 52.16%
R=0.66%
G=47.18%
B=52.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21421570.990.1000.38185.8197.4831.18
Hex28E9D63A026ba611f
Octal22162351431204627214137
Binary10100011101001110111000111010010011010111010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028E9D; }

 p { color: rgb(2,142,157); }

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

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

 a { background-color: rgb(2,142,157); }

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

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

 span { border-color: rgb(2,142,157); }

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