Html Css Color HEX #028CAA Eastern Blue

📋 copy color: '#028CAA'

red 2 ◦ green 140 ◦ blue 170

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

Shades of Eastern Blue #028CAA

Tints of Eastern Blue #028CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.49%

R = 0.64%
G = 44.87%
B = 54.49%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#028CAA (or 0x028CAA) is known color: Eastern Blue. HEX triplet: 02, 8C and AA. RGB value is (2,140,170). Sum of RGB (Red+Green+Blue) = 2+140+170=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #028CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028CAA is #FD7355. Grayscale: #656565. Windows color (decimal): -16610134 or 11176962. OLE color: 11176962.

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

Color convert

RGB 2 140 170 -
CMYK 0.99 0.18 0 0.33
HSL 190.71º 0.98% 0.34% -
HSV(B) 190.71º 0.99% 0.67% -
XYZ 16.66 21.67 41.34 -
YUV 102.16 166.28 56.56 -
System Red Green Blue C M Y K H S L
Decimal 2 140 170 0.99 0.18 0 0.33 190.71 0.98 0.34
Hex 2 8C AA 63 12 0 21 BF 62 22
Octal 2 214 252 143 22 0 41 277 142 42
Binary 10 10001100 10101010 1100011 10010 0 100001 10111111 1100010 100010

Color Harmonies of #028CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028CAA

Black with #028CAA

Text Example


Text Example

White with #028CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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