Html Css Color HEX #028E98 Eastern Blue

📋 copy color: '#028E98'

red 2 ◦ green 142 ◦ blue 152

#028E98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #028E98

Tints of Eastern Blue #028E98

RGB

 RED value IS 2 (1.17% from 255) = 0.68%

 GREEN value IS 142 (55.86% from 255) = 47.97%

 BLUE value IS 152 (59.77% from 255) = 51.35%

R = 0.68%
G = 47.97%
B = 51.35%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#028E98 (or 0x028E98) is known color: Eastern Blue. HEX triplet: 02, 8E and 98. RGB value is (2,142,152). Sum of RGB (Red+Green+Blue) = 2+142+152=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 142 (55.86% from 255 or 47.97% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #028E98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028E98 is #FD7167. Grayscale: #656565. Windows color (decimal): -16609640 or 9997826. OLE color: 9997826.

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

Color convert

RGB 2 142 152 -
CMYK 0.99 0.07 0 0.40
HSL 184º 0.97% 0.3% -
HSV(B) 184º 0.99% 0.6% -
XYZ 15.37 21.63 33.07 -
YUV 101.28 156.62 57.19 -
System Red Green Blue C M Y K H S L
Decimal 2 142 152 0.99 0.07 0 0.40 184 0.97 0.3
Hex 2 8E 98 63 7 0 28 B8 61 1E
Octal 2 216 230 143 7 0 50 270 141 36
Binary 10 10001110 10011000 1100011 111 0 101000 10111000 1100001 11110

Color Harmonies of #028E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028E98

Black with #028E98

Text Example


Text Example

White with #028E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,142,152); }

 H1.HeaderClassName
 {
   color: #028E98;
 }
 .AnyTagClassName
 {
   color: #028E98;
 }
</style>

background-color css

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

 a { background-color: rgb(2,142,152); }

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

border-color css

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

 span { border-color: rgb(2,142,152); }

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