Html Css Color HEX #028BAB Eastern Blue

📋 copy color: '#028BAB'

red 2 ◦ green 139 ◦ blue 171

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

Shades of Eastern Blue #028BAB

Tints of Eastern Blue #028BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.81%

R = 0.64%
G = 44.55%
B = 54.81%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#028BAB (or 0x028BAB) is known color: Eastern Blue. HEX triplet: 02, 8B and AB. RGB value is (2,139,171). Sum of RGB (Red+Green+Blue) = 2+139+171=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #028BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028BAB is #FD7454. Grayscale: #656565. Windows color (decimal): -16610389 or 11242242. OLE color: 11242242.

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

Color convert

RGB 2 139 171 -
CMYK 0.99 0.19 0 0.33
HSL 191.36º 0.98% 0.34% -
HSV(B) 191.36º 0.99% 0.67% -
XYZ 16.61 21.42 41.79 -
YUV 101.69 167.11 56.9 -
System Red Green Blue C M Y K H S L
Decimal 2 139 171 0.99 0.19 0 0.33 191.36 0.98 0.34
Hex 2 8B AB 63 13 0 21 BF 62 22
Octal 2 213 253 143 23 0 41 277 142 42
Binary 10 10001011 10101011 1100011 10011 0 100001 10111111 1100010 100010

Color Harmonies of #028BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028BAB

Black with #028BAB

Text Example


Text Example

White with #028BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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