#028B99

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

Shades of Eastern Blue #028B99

Tints of Eastern Blue #028B99

Color information

#028B99 (or 0x028B99) is unknown color: approx Eastern Blue. HEX triplet: 02, 8B and 99. RGB value is (2,139,153). Sum of RGB (Red+Green+Blue) = 2+139+153=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #028B99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028B99 is #FD7466. Grayscale: #636363. Windows color (decimal): -16610407 or 10062594. OLE color: 10062594.

HSL color Cylindrical-coordinate representation of color #028B99: hue angle of 185.56º 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 #028B99 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2139153-
CMYK0.990.0900.4
HSL185.56º97.42%30.39%-
HSV(B)185.56º98.69%60%-
XYZ15.0120.7833.36-
YUV99.63158.1158.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 139 (54.69% from 255) = 47.28%
BLUE value IS 153 (60.16% from 255) = 52.04%
R=0.68%
G=47.28%
B=52.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21391530.990.0900.4185.5697.4230.39
Hex28B99639028ba611e
Octal22132311431105027214136
Binary10100010111001100111000111001010100010111010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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