#02899E

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

Shades of Eastern Blue #02899E

Tints of Eastern Blue #02899E

Color information

#02899E (or 0x02899E) is unknown color: approx Eastern Blue. HEX triplet: 02, 89 and 9E. RGB value is (2,137,158). Sum of RGB (Red+Green+Blue) = 2+137+158=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #02899E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02899E is #FD7661. Grayscale: #626262. Windows color (decimal): -16610914 or 10389762. OLE color: 10389762.

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

Color convert

RGB2137158-
CMYK0.990.1300.38
HSL188.08º97.5%31.37%-
HSV(B)188.08º98.73%61.96%-
XYZ15.1420.3735.48-
YUV99.03161.2758.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 137 (53.91% from 255) = 46.13%
BLUE value IS 158 (62.11% from 255) = 53.20%
R=0.67%
G=46.13%
B=53.20%

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
Decimal21371580.990.1300.38188.0897.531.37
Hex2899E63D026bc621f
Octal22112361431504627414237
Binary10100010011001111011000111101010011010111100110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02899E; }

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

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

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

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

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

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

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

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