#028C9E

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

Shades of Eastern Blue #028C9E

Tints of Eastern Blue #028C9E

Color information

#028C9E (or 0x028C9E) is unknown color: approx Eastern Blue. HEX triplet: 02, 8C and 9E. RGB value is (2,140,158). Sum of RGB (Red+Green+Blue) = 2+140+158=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 140 (55.08% from 255 or 46.67% from 300); Blue value is 158 (62.11% from 255 or 52.67% from 300); Max value from RGB is 158 - color contains mainly: blue. Hex color #028C9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028C9E is #FD7361. Grayscale: #646464. Windows color (decimal): -16610146 or 10390530. OLE color: 10390530.

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

Color convert

RGB2140158-
CMYK0.990.1100.38
HSL186.92º97.5%31.37%-
HSV(B)186.92º98.73%61.96%-
XYZ15.5721.2435.63-
YUV100.79160.2857.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 140 (55.08% from 255) = 46.67%
BLUE value IS 158 (62.11% from 255) = 52.67%
R=0.67%
G=46.67%
B=52.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21401580.990.1100.38186.9297.531.37
Hex28C9E63B026bb621f
Octal22142361431304627314237
Binary10100011001001111011000111011010011010111011110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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