Html Css Color HEX #008CA6 Eastern Blue

📋 copy color: '#008CA6'

red 0 ◦ green 140 ◦ blue 166

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

Shades of Eastern Blue #008CA6

Tints of Eastern Blue #008CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 54.25%

R = 0%
G = 45.75%
B = 54.25%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#008CA6 (or 0x008CA6) is known color: Eastern Blue. HEX triplet: 00, 8C and A6. RGB value is (0,140,166). Sum of RGB (Red+Green+Blue) = 0+140+166=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 166 (65.23% from 255 or 54.25% from 306); Max value from RGB is 166 - color contains mainly: blue. Hex color #008CA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008CA6 is #FF7359. Grayscale: #646464. Windows color (decimal): -16741210 or 10914816. OLE color: 10914816.

HSL color Cylindrical-coordinate representation of color #008CA6: hue angle of 189.4º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CA6 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 0 140 166 -
CMYK 1 0.16 0 0.35
HSL 189.4º 1% 0.33% -
HSV(B) 189.4º 1% 0.65% -
XYZ 16.26 21.51 39.37 -
YUV 101.1 164.62 55.89 -
System Red Green Blue C M Y K H S L
Decimal 0 140 166 1 0.16 0 0.35 189.4 1 0.33
Hex 0 8C A6 64 10 0 23 BD 64 21
Octal 0 214 246 144 20 0 43 275 144 41
Binary 0 10001100 10100110 1100100 10000 0 100011 10111101 1100100 100001

Color Harmonies of #008CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008CA6

Black with #008CA6

Text Example


Text Example

White with #008CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,140,166); }

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

background-color css

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

 a { background-color: rgb(0,140,166); }

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

border-color css

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

 span { border-color: rgb(0,140,166); }

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