Html Css Color HEX #028AAA Eastern Blue

📋 copy color: '#028AAA'

red 2 ◦ green 138 ◦ blue 170

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

Shades of Eastern Blue #028AAA

Tints of Eastern Blue #028AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.52%

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

R = 0.65%
G = 44.52%
B = 54.84%

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

#028AAA (or 0x028AAA) is known color: Eastern Blue. HEX triplet: 02, 8A and AA. RGB value is (2,138,170). Sum of RGB (Red+Green+Blue) = 2+138+170=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #028AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028AAA is #FD7555. Grayscale: #646464. Windows color (decimal): -16610646 or 11176450. OLE color: 11176450.

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

Color convert

RGB 2 138 170 -
CMYK 0.99 0.19 0 0.33
HSL 191.43º 0.98% 0.34% -
HSV(B) 191.43º 0.99% 0.67% -
XYZ 16.37 21.09 41.24 -
YUV 100.98 166.94 57.4 -
System Red Green Blue C M Y K H S L
Decimal 2 138 170 0.99 0.19 0 0.33 191.43 0.98 0.34
Hex 2 8A AA 63 13 0 21 BF 62 22
Octal 2 212 252 143 23 0 41 277 142 42
Binary 10 10001010 10101010 1100011 10011 0 100001 10111111 1100010 100010

Color Harmonies of #028AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028AAA

Black with #028AAA

Text Example


Text Example

White with #028AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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