Html Css Color HEX #028E9F Eastern Blue

📋 copy color: '#028E9F'

red 2 ◦ green 142 ◦ blue 159

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

Shades of Eastern Blue #028E9F

Tints of Eastern Blue #028E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 52.48%

R = 0.66%
G = 46.86%
B = 52.48%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#028E9F (or 0x028E9F) is known color: Eastern Blue. HEX triplet: 02, 8E and 9F. RGB value is (2,142,159). Sum of RGB (Red+Green+Blue) = 2+142+159=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 142 (55.86% from 255 or 46.86% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #028E9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028E9F is #FD7160. Grayscale: #656565. Windows color (decimal): -16609633 or 10456578. OLE color: 10456578.

HSL color Cylindrical-coordinate representation of color #028E9F: hue angle of 186.5º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028E9F is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 142 159 -
CMYK 0.99 0.11 0 0.38
HSL 186.5º 0.98% 0.32% -
HSV(B) 186.5º 0.99% 0.62% -
XYZ 15.96 21.86 36.18 -
YUV 102.08 160.12 56.62 -
System Red Green Blue C M Y K H S L
Decimal 2 142 159 0.99 0.11 0 0.38 186.5 0.98 0.32
Hex 2 8E 9F 63 B 0 26 BA 62 20
Octal 2 216 237 143 13 0 46 272 142 40
Binary 10 10001110 10011111 1100011 1011 0 100110 10111010 1100010 100000

Color Harmonies of #028E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028E9F

Black with #028E9F

Text Example


Text Example

White with #028E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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