#028799

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

Shades of Eastern Blue #028799

Tints of Eastern Blue #028799

Color information

#028799 (or 0x028799) is unknown color: approx Eastern Blue. HEX triplet: 02, 87 and 99. RGB value is (2,135,153). Sum of RGB (Red+Green+Blue) = 2+135+153=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #028799 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028799 is #FD7866. Grayscale: #616161. Windows color (decimal): -16611431 or 10061570. OLE color: 10061570.

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

Color convert

RGB2135153-
CMYK0.990.1200.4
HSL187.15º97.42%30.39%-
HSV(B)187.15º98.69%60%-
XYZ14.4419.6433.17-
YUV97.28159.4460.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.69%
GREEN value IS 135 (53.12% from 255) = 46.55%
BLUE value IS 153 (60.16% from 255) = 52.76%
R=0.69%
G=46.55%
B=52.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21351530.990.1200.4187.1597.4230.39
Hex2879963C028bb611e
Octal22072311431405027314136
Binary10100001111001100111000111100010100010111011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028799; }

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

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

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

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

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

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

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

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