Html Css Color HEX #028BAC Eastern Blue

📋 copy color: '#028BAC'

red 2 ◦ green 139 ◦ blue 172

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

Shades of Eastern Blue #028BAC

Tints of Eastern Blue #028BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.95%

R = 0.64%
G = 44.41%
B = 54.95%

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

#028BAC (or 0x028BAC) is known color: Eastern Blue. HEX triplet: 02, 8B and AC. RGB value is (2,139,172). Sum of RGB (Red+Green+Blue) = 2+139+172=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #028BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028BAC is #FD7453. Grayscale: #656565. Windows color (decimal): -16610388 or 11307778. OLE color: 11307778.

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

Color convert

RGB 2 139 172 -
CMYK 0.99 0.19 0 0.33
HSL 191.65º 0.98% 0.34% -
HSV(B) 191.65º 0.99% 0.67% -
XYZ 16.7 21.46 42.29 -
YUV 101.8 167.61 56.82 -
System Red Green Blue C M Y K H S L
Decimal 2 139 172 0.99 0.19 0 0.33 191.65 0.98 0.34
Hex 2 8B AC 63 13 0 21 C0 62 22
Octal 2 213 254 143 23 0 41 300 142 42
Binary 10 10001011 10101100 1100011 10011 0 100001 11000000 1100010 100010

Color Harmonies of #028BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028BAC

Black with #028BAC

Text Example


Text Example

White with #028BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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