Html Css Color HEX #008DA2 Eastern Blue

📋 copy color: '#008DA2'

red 0 ◦ green 141 ◦ blue 162

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

Shades of Eastern Blue #008DA2

Tints of Eastern Blue #008DA2

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 141 (55.47% from 255) = 46.53%

 BLUE value IS 162 (63.67% from 255) = 53.47%

R = 0%
G = 46.53%
B = 53.47%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#008DA2 (or 0x008DA2) is known color: Eastern Blue. HEX triplet: 00, 8D and A2. RGB value is (0,141,162). Sum of RGB (Red+Green+Blue) = 0+141+162=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 141 (55.47% from 255 or 46.53% from 303); Blue value is 162 (63.67% from 255 or 53.47% from 303); Max value from RGB is 162 - color contains mainly: blue. Hex color #008DA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008DA2 is #FF725D. Grayscale: #656565. Windows color (decimal): -16740958 or 10652928. OLE color: 10652928.

HSL color Cylindrical-coordinate representation of color #008DA2: hue angle of 187.78º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DA2 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 0 141 162 -
CMYK 1 0.13 0 0.36
HSL 187.78º 1% 0.32% -
HSV(B) 187.78º 1% 0.64% -
XYZ 16.05 21.66 37.52 -
YUV 101.24 162.29 55.79 -
System Red Green Blue C M Y K H S L
Decimal 0 141 162 1 0.13 0 0.36 187.78 1 0.32
Hex 0 8D A2 64 D 0 24 BC 64 20
Octal 0 215 242 144 15 0 44 274 144 40
Binary 0 10001101 10100010 1100100 1101 0 100100 10111100 1100100 100000

Color Harmonies of #008DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008DA2

Black with #008DA2

Text Example


Text Example

White with #008DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008DA2; }

 p { color: rgb(0,141,162); }

 H1.HeaderClassName
 {
   color: #008DA2;
 }
 .AnyTagClassName
 {
   color: #008DA2;
 }
</style>

background-color css

<style>
 a { background-color: #008DA2; }

 a { background-color: rgb(0,141,162); }

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

border-color css

<style>
 span { border-color: #008DA2; }

 span { border-color: rgb(0,141,162); }

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