Html Css Color HEX #028C9F Eastern Blue

📋 copy color: '#028C9F'

red 2 ◦ green 140 ◦ blue 159

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

Shades of Eastern Blue #028C9F

Tints of Eastern Blue #028C9F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.51%

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

R = 0.66%
G = 46.51%
B = 52.82%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#028C9F (or 0x028C9F) is known color: Eastern Blue. HEX triplet: 02, 8C and 9F. RGB value is (2,140,159). Sum of RGB (Red+Green+Blue) = 2+140+159=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #028C9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028C9F is #FD7360. Grayscale: #646464. Windows color (decimal): -16610145 or 10456066. OLE color: 10456066.

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

Color convert

RGB 2 140 159 -
CMYK 0.99 0.12 0 0.38
HSL 187.26º 0.98% 0.32% -
HSV(B) 187.26º 0.99% 0.62% -
XYZ 15.66 21.27 36.08 -
YUV 100.9 160.78 57.46 -
System Red Green Blue C M Y K H S L
Decimal 2 140 159 0.99 0.12 0 0.38 187.26 0.98 0.32
Hex 2 8C 9F 63 C 0 26 BB 62 20
Octal 2 214 237 143 14 0 46 273 142 40
Binary 10 10001100 10011111 1100011 1100 0 100110 10111011 1100010 100000

Color Harmonies of #028C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028C9F

Black with #028C9F

Text Example


Text Example

White with #028C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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