#028A9E

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

Shades of Eastern Blue #028A9E

Tints of Eastern Blue #028A9E

Color information

#028A9E (or 0x028A9E) is unknown color: approx Eastern Blue. HEX triplet: 02, 8A and 9E. RGB value is (2,138,158). Sum of RGB (Red+Green+Blue) = 2+138+158=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 138 (54.30% from 255 or 46.31% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #028A9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028A9E is #FD7561. Grayscale: #636363. Windows color (decimal): -16610658 or 10390018. OLE color: 10390018.

HSL color Cylindrical-coordinate representation of color #028A9E: hue angle of 187.69º degrees, saturation: 0.98, 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 #028A9E is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2138158-
CMYK0.990.1300.38
HSL187.69º97.5%31.37%-
HSV(B)187.69º98.73%61.96%-
XYZ15.2920.6635.53-
YUV99.62160.9458.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 138 (54.30% from 255) = 46.31%
BLUE value IS 158 (62.11% from 255) = 53.02%
R=0.67%
G=46.31%
B=53.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21381580.990.1300.38187.6997.531.37
Hex28A9E63D026bc621f
Octal22122361431504627414237
Binary10100010101001111011000111101010011010111100110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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