#028B9C

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

Shades of Eastern Blue #028B9C

Tints of Eastern Blue #028B9C

Color information

#028B9C (or 0x028B9C) is unknown color: approx Eastern Blue. HEX triplet: 02, 8B and 9C. RGB value is (2,139,156). Sum of RGB (Red+Green+Blue) = 2+139+156=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #028B9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028B9C is #FD7463. Grayscale: #636363. Windows color (decimal): -16610404 or 10259202. OLE color: 10259202.

HSL color Cylindrical-coordinate representation of color #028B9C: hue angle of 186.62º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028B9C is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2139156-
CMYK0.990.1100.39
HSL186.62º97.47%30.98%-
HSV(B)186.62º98.72%61.18%-
XYZ15.2620.8834.68-
YUV99.98159.6158.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 139 (54.69% from 255) = 46.80%
BLUE value IS 156 (61.33% from 255) = 52.53%
R=0.67%
G=46.80%
B=52.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21391560.990.1100.39186.6297.4730.98
Hex28B9C63B027bb611f
Octal22132341431304727314137
Binary10100010111001110011000111011010011110111011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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