Html Css Color HEX #028CAB Eastern Blue

📋 copy color: '#028CAB'

red 2 ◦ green 140 ◦ blue 171

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

Shades of Eastern Blue #028CAB

Tints of Eastern Blue #028CAB

RGB

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

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

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

R = 0.64%
G = 44.73%
B = 54.63%

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

#028CAB (or 0x028CAB) is known color: Eastern Blue. HEX triplet: 02, 8C and AB. RGB value is (2,140,171). Sum of RGB (Red+Green+Blue) = 2+140+171=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #028CAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028CAB is #FD7354. Grayscale: #666666. Windows color (decimal): -16610133 or 11242498. OLE color: 11242498.

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

Color convert

RGB 2 140 171 -
CMYK 0.99 0.18 0 0.33
HSL 191.01º 0.98% 0.34% -
HSV(B) 191.01º 0.99% 0.67% -
XYZ 16.75 21.71 41.84 -
YUV 102.27 166.78 56.48 -
System Red Green Blue C M Y K H S L
Decimal 2 140 171 0.99 0.18 0 0.33 191.01 0.98 0.34
Hex 2 8C AB 63 12 0 21 BF 62 22
Octal 2 214 253 143 22 0 41 277 142 42
Binary 10 10001100 10101011 1100011 10010 0 100001 10111111 1100010 100010

Color Harmonies of #028CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028CAB

Black with #028CAB

Text Example


Text Example

White with #028CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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