Html Css Color HEX #028BA5 Eastern Blue

📋 copy color: '#028BA5'

red 2 ◦ green 139 ◦ blue 165

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

Shades of Eastern Blue #028BA5

Tints of Eastern Blue #028BA5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.42%

 BLUE value IS 165 (64.84% from 255) = 53.92%

R = 0.65%
G = 45.42%
B = 53.92%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#028BA5 (or 0x028BA5) is known color: Eastern Blue. HEX triplet: 02, 8B and A5. RGB value is (2,139,165). Sum of RGB (Red+Green+Blue) = 2+139+165=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 165 (64.84% from 255 or 53.92% from 306); Max value from RGB is 165 - color contains mainly: blue. Hex color #028BA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028BA5 is #FD745A. Grayscale: #646464. Windows color (decimal): -16610395 or 10849026. OLE color: 10849026.

HSL color Cylindrical-coordinate representation of color #028BA5: hue angle of 189.57º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028BA5 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 2 139 165 -
CMYK 0.99 0.16 0 0.35
HSL 189.57º 0.98% 0.33% -
HSV(B) 189.57º 0.99% 0.65% -
XYZ 16.05 21.19 38.84 -
YUV 101 164.11 57.39 -
System Red Green Blue C M Y K H S L
Decimal 2 139 165 0.99 0.16 0 0.35 189.57 0.98 0.33
Hex 2 8B A5 63 10 0 23 BE 62 21
Octal 2 213 245 143 20 0 43 276 142 41
Binary 10 10001011 10100101 1100011 10000 0 100011 10111110 1100010 100001

Color Harmonies of #028BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028BA5

Black with #028BA5

Text Example


Text Example

White with #028BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,139,165); }

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

background-color css

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

 a { background-color: rgb(2,139,165); }

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

border-color css

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

 span { border-color: rgb(2,139,165); }

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