#028E97

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

Shades of Eastern Blue #028E97

Tints of Eastern Blue #028E97

Color information

#028E97 (or 0x028E97) is unknown color: approx Eastern Blue. HEX triplet: 02, 8E and 97. RGB value is (2,142,151). Sum of RGB (Red+Green+Blue) = 2+142+151=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 142 (55.86% from 255 or 48.14% from 295); Blue value is 151 (59.38% from 255 or 51.19% from 295); Max value from RGB is 151 - color contains mainly: blue. Hex color #028E97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028E97 is #FD7168. Grayscale: #646464. Windows color (decimal): -16609641 or 9932290. OLE color: 9932290.

HSL color Cylindrical-coordinate representation of color #028E97: hue angle of 183.62º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028E97 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2142151-
CMYK0.990.0600.41
HSL183.62º97.39%30%-
HSV(B)183.62º98.68%59.22%-
XYZ15.2821.5932.64-
YUV101.17156.1257.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 142 (55.86% from 255) = 48.14%
BLUE value IS 151 (59.38% from 255) = 51.19%
R=0.68%
G=48.14%
B=51.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21421510.990.0600.41183.6297.3930
Hex28E97636029b8611e
Octal2216227143605127014136
Binary1010001110100101111100011110010100110111000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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