#028A99

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

Shades of Eastern Blue #028A99

Tints of Eastern Blue #028A99

Color information

#028A99 (or 0x028A99) is unknown color: approx Eastern Blue. HEX triplet: 02, 8A and 99. RGB value is (2,138,153). Sum of RGB (Red+Green+Blue) = 2+138+153=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #028A99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028A99 is #FD7566. Grayscale: #626262. Windows color (decimal): -16610663 or 10062338. OLE color: 10062338.

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

Color convert

RGB2138153-
CMYK0.990.1000.4
HSL185.96º97.42%30.39%-
HSV(B)185.96º98.69%60%-
XYZ14.8620.4933.31-
YUV99.05158.4458.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 138 (54.30% from 255) = 47.10%
BLUE value IS 153 (60.16% from 255) = 52.22%
R=0.68%
G=47.10%
B=52.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21381530.990.1000.4185.9697.4230.39
Hex28A9963A028ba611e
Octal22122311431205027214136
Binary10100010101001100111000111010010100010111010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,138,153); }

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

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

 a { background-color: rgb(2,138,153); }

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

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

 span { border-color: rgb(2,138,153); }

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